|
 |
asp_web_howto thread: toolbar/address bar
Message #1 by philip.moh@a... on Wed, 22 Aug 2001 15:43:38 +0800
|
|
Is it possible to hide the address bar as well as the toolbar when user
clicks on the link? Example, when the go to my site, the default page will
be display and the address and toolbar are there. When they click the link
on my default page, it will turn to another page and at the same time, I
want the address/toolbar to be hide, possible?
Please
Message #2 by Sam Clohesy <sam@e...> on Wed, 22 Aug 2001 10:08:53 +0100
|
|
This does this on load but you can change to your won requirements..
<body bgcolor="#000033" onLoad = "javascript:popup_win
('free.htm','free','scrollbars=no,width=250,height=140,top=10,left=10');">
Thanks
Sam
-----Original Message-----
From: philip.moh@a... [mailto:philip.moh@a...]
Sent: 22 August 2001 08:44
To: ASP Web HowTo
Subject: [asp_web_howto] toolbar/address bar
Is it possible to hide the address bar as well as the toolbar when user
clicks on the link? Example, when the go to my site, the default page will
be display and the address and toolbar are there. When they click the link
on my default page, it will turn to another page and at the same time, I
want the address/toolbar to be hide, possible?
Please
Message #3 by philip.moh@a... on Wed, 22 Aug 2001 17:49:49 +0800
|
|
Sam,
I don't fully understand the example. Are you trying to say that when the
page is being loaded, use the onload command to call the subroutine
popup_win. But what command to use in the subroutine?
Thanks in advance
Phil
-----Original Message-----
From: Sam Clohesy [SMTP:sam@e...]
Sent: Wednesday, August 22, 2001 5:09 PM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: toolbar/address bar
This does this on load but you can change to your won requirements..
<body bgcolor="#000033" onLoad = "javascript:popup_win
('free.htm','free','scrollbars=no,width=250,height=140,top=10,left=10');">
Thanks
Sam
-----Original Message-----
From: philip.moh@a... [mailto:philip.moh@a...]
Sent: 22 August 2001 08:44
To: ASP Web HowTo
Subject: [asp_web_howto] toolbar/address bar
Is it possible to hide the address bar as well as the toolbar when user
clicks on the link? Example, when the go to my site, the default page will
be display and the address and toolbar are there. When they click the link
on my default page, it will turn to another page and at the same time, I
want the address/toolbar to be hide, possible?
Please
|
|
 |