473,473 Members | 1,833 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

New browser window.(Netscape and IE)

ryu
is there a way to create a new browser window when the user clicks on a
button? For example when a user clicks new product...A new product browser
will appear and then the user will enter the new product information and
click save. And when the solution you going to suggest work on netscape
browsers?
Nov 18 '05 #1
4 1041
ryu wrote:
is there a way to create a new browser window when the user clicks on
a button? For example when a user clicks new product...A new product
browser will appear and then the user will enter the new product
information and click save. And when the solution you going to
suggest work on netscape browsers?


Two options that should work with any non ancienz browser:

-- add a target="_blank" to your <form /> element

-- Use JavaScript to open a new window in the button's onClick handler.

Cheers,

--
Joerg Jooss
jo*********@gmx.net
Nov 18 '05 #2
ryu
Can I open a new browser without any address bar or toolbar? I would like
just the plain old browser...
Cheers to u 2
"Joerg Jooss" <jo*********@gmx.net> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
ryu wrote:
is there a way to create a new browser window when the user clicks on
a button? For example when a user clicks new product...A new product
browser will appear and then the user will enter the new product
information and click save. And when the solution you going to
suggest work on netscape browsers?


Two options that should work with any non ancienz browser:

-- add a target="_blank" to your <form /> element

-- Use JavaScript to open a new window in the button's onClick handler.

Cheers,

--
Joerg Jooss
jo*********@gmx.net

Nov 18 '05 #3
ryu wrote:
Can I open a new browser without any address bar or toolbar? I would
like just the plain old browser...
Cheers to u 2


Note that this an ASP.NET forum, not a JavaScript forum ;-)

Try
var frame = window.open("http://host/page.aspx", "WindowName",
"menubar=0,toolbar=0");

Cheers,

--
Joerg Jooss
jo*********@gmx.net

Nov 18 '05 #4
You can use the dhtml window.open method to do this - look at the following
page for details of this - the sFeatures parameter allows you to specify no
menu bar, titlebar etc.

http://msdn.microsoft.com/workshop/a...ods/open_0.asp

--
Steve Willcock (MCSD for Microsoft.NET)
http://www.willcockconsulting.com/

"ryu" <bl***************@yahoo.com> wrote in message
news:el*************@TK2MSFTNGP12.phx.gbl...
Can I open a new browser without any address bar or toolbar? I would like
just the plain old browser...
Cheers to u 2
"Joerg Jooss" <jo*********@gmx.net> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
ryu wrote:
is there a way to create a new browser window when the user clicks on
a button? For example when a user clicks new product...A new product
browser will appear and then the user will enter the new product
information and click save. And when the solution you going to
suggest work on netscape browsers?


Two options that should work with any non ancienz browser:

-- add a target="_blank" to your <form /> element

-- Use JavaScript to open a new window in the button's onClick handler.

Cheers,

--
Joerg Jooss
jo*********@gmx.net


Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Aurélien Géron | last post by:
Hi, I'd like to write a simple portable browser plugin for Internet Explorer, Netscape and if possible other navigators too. Is there a way to do that using Python? For now I'd like to develop...
1
by: Archi | last post by:
Hi. All. I need open a browser (IE5.5 or letter) to full screen like F11 pressed. I use a little trick. Open new window, and close old: var win =...
1
by: Whitney | last post by:
On the left side of the main webpage I have some menu options that have a drop-down feature that is controlled with javascript. You click on the main heading and the links for that section show up....
3
by: Clinton Goff | last post by:
I am attempting to write a javascript app that will open a second browser window, load a url, such as www.google.com (foreign url) and perform a <File-Save As> function on that window. I am able...
3
by: Joop Kaashoek | last post by:
Just confirming, it looks like an Internet Explorer browser window can not be manipulated by JavaScript to hide its menu bar etc, is this correct?
20
by: msa | last post by:
Hi there, First off, let me say that I know that launching to full screen is a bad idea. I would never do it given the choice, but I must follow orders from my boss, the boss that desparately...
7
by: David Hayes | last post by:
I tried finding an answer on http://www.quirksmode.org/ without success. I am attempting a complicated Frames structure. I have made it work in IE, but not Netscape. I begin with three...
4
by: ire2874 | last post by:
I'm trying (unsuccessfuly) to resize a browser window in Netscape (v8) using javascript - There are 2 methods I am trying to use below but neither works. Any tips? I only need this for...
1
oranoos3000
by: oranoos3000 | last post by:
hi would you please help me i have a online shopping center that i show pictures of the my product in home page. in the InterExplorer pictures is shown correctly but in Firefox browser is shown...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.