Closed Thread Icon

Topic awaiting preservation: Open a new window... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8438" title="Pages that link to Topic awaiting preservation: Open a new window... (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Open a new window... <span class="small">(Page 1 of 1)</span>\

 
flyer
Bipolar (III) Inmate

From: Helsingborg, Sweden
Insane since: Oct 2000

posted posted 12-13-2002 14:24

I want to open a new size-specified window but it won't work
and I think I must placed the size and placement-values on the
wrong place in the code.

Any suggestions??

Check it out here: http://193.15.214.161/RESURS/RESFIN/reswww2/flasher/flasher.html

Sam
Bipolar (III) Inmate

From: Belgium
Insane since: Oct 2002

posted posted 12-13-2002 15:27

Try this:

code:
<script language="JavaScript">
var popup = setTimeout("window.open('new.htm', '_blank', 'toolbar=no, menubar=no, location=no, scrollbars=no, resize=no, height=350, width=370, left=50, top=50');", 3000);
</script>



kuckus
Bipolar (III) Inmate

From: Berlin (almost)
Insane since: Dec 2001

posted posted 12-13-2002 16:31

Sam's code looks like it could do the job just fine.

I'm just here to point you to Pugzly's Window.Open Code Generator at the GN which is quite handy for these kinds of things:

http://www.gurusnetwork.com/tutorials/html/windowpop_generator.html

« BackwardsOnwards »

Show Forum Drop Down Menu