PC Review


Reply
Thread Tools Rate Thread

How do I hide Toolbars

 
 
=?Utf-8?B?Sm9uYXRoYW4=?=
Guest
Posts: n/a
 
      16th Dec 2004
I have built a web app which has a number of help pages that are small
windows that pop up when the user clicks a hyperlink.

My question is how do I get ride of the usual toolbars that IE has basically
I want to hide the address & standard toolbar when this particular window
pops up

Tia


 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      16th Dec 2004
The JavaScript window.open() method takes a number of parameters that can be
used to customize the window:

oNewWindow = window.open( [sURL] [, sName] [, sFeatures] [, bReplace])

Parameters:

sURL: URL of page to open in new window.
sName: The name of the window, which can be used to get a handle on it
from the parent
sFeatures:
channelmode = { yes | no | 1 | 0 } Specifies whether to display the window
in theater mode and show the channel band. The default is no.
directories = { yes | no | 1 | 0 } Specifies whether to add directory
buttons. The default is yes.
fullscreen = { yes | no | 1 | 0 } Specifies whether to display the browser
in full-screen mode. The default is no. Use full-screen mode carefully.
Because this mode hides the browser's title bar and menus, you should always
provide a button or other visual clue to help the user close the window.
ALT+F4 closes the new window. A window in full-screen mode must also be in
theater mode (channelmode).
height = number Specifies the height of the window, in pixels. The minimum
value is 100.
left = number Specifies the left position, in pixels. This value is relative
to the upper-left corner of the screen. The value must be greater than or
equal to 0.
location = { yes | no | 1 | 0 } Specifies whether to display the input field
for entering URLs directly into the browser. The default is yes.
menubar = { yes | no | 1 | 0 } Specifies whether to display the menu bar.
The default is yes.
resizable = { yes | no | 1 | 0 } Specifies whether to display resize handles
at the corners of the window. The default is yes.
scrollbars = { yes | no | 1 | 0 } Specifies whether to display horizontal
and vertical scroll bars. The default is yes.
status = { yes | no | 1 | 0 } Specifies whether to add a status bar at the
bottom of the window. The default is yes.
titlebar = { yes | no | 1 | 0 } Specifies whether to display a title bar for
the window. This parameter is ignored unless the calling application is an
HTML Application or a trusted dialog box. The default is yes.
toolbar = { yes | no | 1 | 0 } Specifies whether to display the browser
toolbar, making buttons such as Back, Forward, and Stop available. The
default is yes.
top = number Specifies the top position, in pixels. This value is relative
to the upper-left corner of the screen. The value must be greater than or
equal to 0.
width = number Sets the width of the window, in pixels. The minimum value is
100.

bReplace: Optional. When the sURL is loaded into the same window, this
Boolean parameter specifies whether the sURL creates a new entry or replaces
the current entry in the window's history list. true sURL replaces the
current document in the history list
false sURL creates a new entry in the history list.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.

"Jonathan" <(E-Mail Removed)> wrote in message
news:23DF934C-3892-4D0F-B483-(E-Mail Removed)...
> I have built a web app which has a number of help pages that are small
> windows that pop up when the user clicks a hyperlink.
>
> My question is how do I get ride of the usual toolbars that IE has

basically
> I want to hide the address & standard toolbar when this particular window
> pops up
>
> Tia
>
>



 
Reply With Quote
 
Tom Pepper Willett
Guest
Posts: n/a
 
      16th Dec 2004
Download the free FP addin "Spawn" from www.jimcoaddins.com which will let
you create custom popup windows.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/off...tid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/fron...o/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/und...ing/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default...h;en-us;fp10se
===
"Jonathan" <(E-Mail Removed)> wrote in message
news:23DF934C-3892-4D0F-B483-(E-Mail Removed)...
| I have built a web app which has a number of help pages that are small
| windows that pop up when the user clicks a hyperlink.
|
| My question is how do I get ride of the usual toolbars that IE has
basically
| I want to hide the address & standard toolbar when this particular window
| pops up
|
| Tia
|
|


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Toolbars hide where? Francis Hookham Microsoft Excel Discussion 6 28th Sep 2006 01:48 PM
hide IE toolbars =?Utf-8?B?SmFtaWUgU2Nod2lubg==?= Microsoft ASP .NET 1 22nd Jul 2005 05:49 PM
Hide And Un-hide Excel Toolbars Jim333 Microsoft Excel Programming 3 2nd Jul 2005 08:00 PM
Hide Toolbars Jennifer Microsoft Excel Programming 3 17th Jan 2005 02:55 PM
Hide All Toolbars Kevin Microsoft Access Forms 2 24th Jul 2003 05:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:05 PM.