Forum Moderators: open
But it is now opening fullscreen WITHOUT toolbars, scrollbars, location, etc. I think the "fullscreen" thing is wrong, but I don't know what else to try.
Any ideas? Thanks
onSubmit="open('images/foo.htm','Checking','fullscreen,toolbar=yes,location=yes,status=yes,menubar=yes,resizable=yes,scrollbars=yes')
I just now tried it with "window.open," but it still opens fullscreen with nothing else showing.
(added...)
Is there a way to set the "width=" and "height=" without giving exact values? Normally I see something like "width=800","height=600" but I can't recall ever seeing a max setting.
Ie, an ad site can open a window way off the viewable area, and simulate a click through of a bannar repeatedly.
as for using the .open in javascript, look it up and you should be able to find what arguments have to be to get it to open the way you want.