Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unclosable window

Status
Not open for further replies.

warby1212

Programmer
Jun 9, 2003
183
AU
Hi, I want to make a html page that can't be closed (no buttons) until a form is filled out. I 've seen the annoying kind that can only be closed with control->w but how do I make one? I've been looking at the javascript version of window.open(parameters) but it doesn't do the job. Can anyone help.

Cheers
Stephen
 
is:
Code:
window.open(targeturl,"","fullscreen");

not working for you?
 
That's perfect! I coudn't see that parameter in any of the places I looked. Could you point me in the direction of a good source for that sort of thing? I'd really appreciate it.

Cheers
Stephen

 
do you know if that HTML/DHTML reference only applies to IE? I've had trouble finding a JavaScript (that's what I would call using window.open() :p) reference which clearly specifies what works in which browser.

I've had problems with the parameter fullscreen + then resizing (to create a small window with no title bar) on different browsers - would love a definitive reference by browser :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top