Forum Moderators: open

Message Too Old, No Replies

Disabling Menu, Toolbars in browser

Disabling Menu, Toolbars in browser

         

Muji

7:15 pm on Mar 2, 2004 (gmt 0)

10+ Year Member



hi can anyone help me wif this.

creatin a modeless window, without any toolbars,menus, status bars in e EXISTING window..Thanks YOU..

choster

7:24 pm on Mar 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, Muji.

It cannot be done without opening a new window or object (e.g. Flash movie). More to the point, why would you ever want to do something so unfriendly and disorienting?

Muji

7:34 pm on Mar 2, 2004 (gmt 0)

10+ Year Member



hmm, so sorry i didnt quite explain in detail,
u see i have a dynamic link callin data from e database, and i want to display e data in a new modeless window, coz if i can do somehow have a script for disablin e menus n toolbars, then i can add doc files for view, so that least it can prevent it from bein downloaded, thats my real purpose for for e modeless window, hope i made sense

TY

[edited by: Muji at 7:37 pm (utc) on Mar. 2, 2004]

too much information

7:36 pm on Mar 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Of course you can do that, it's a simple JavaScript pop-up window without any controls.

<a href="javascript:window.open(*YourURLHere*, 'New Window Title', 'width=800,height=550,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes')">Text Here</a>

*My syntax may not be exactly right, but that is going to be very close.

Also include a <META http-equiv=imagetoolbar content=no> if you plan on having images in your new window or Windows IE users can grab them without the window controls.

Muji

7:39 pm on Mar 2, 2004 (gmt 0)

10+ Year Member



..if i may futher query you, e codes ya provided me, opens e link automatically rite, its not provoked? cause i need to press a button to show e modeless window...

TY again for ya time