PDA

View Full Version : Full screen ?


theferaleye
03-21-2001, 10:32 PM
This maybe a silly question, but I come from the country that gave you Crocodile Dundee, Rolf Harris and Rupert Murdoch (is he still passing himself off as an American citizen? ...'Kane' or otherwise) so obviously stupidity is a highly prized national asset.
Is is possible to put code in a page so that when a button/link is clicked it will bring up viewer's page in Full Screen ?

O.K. that's all for now I have to back to learning how to tie up my shoelaces. If I succeed at that, I'm seriously contemplating undertaking a crash course in tying Windsor knots.

stevef
03-22-2001, 07:42 AM
Hi there Theferaleye

I have been working on a site that does something similar, you need to enter this code (or similar) into your page:

<a href="target" onClick="MM_openBrWindow('target','name','scrollbars=yes,width=x,height=y')">link</a>

Anything in bold/italic is a variable, which will need to be changed to suit your site. x,y are the two variables that will change the size of your window.

If you want anymore info, I can email some more stuff over, or post here for everyone.

Let me know

"The end of the world is comi..."

jonirvine
03-25-2001, 04:05 AM
The code you need can be found here:

http://www.101tutorials.com/scripts/javascripts/browserwindows/popupfull.asp

There's a demo too!

Jon