View Full Version : Javascript


C4PT1V4T3D
09-23-2003, 05:17 AM
I want a script that opens a new window at fullscreen, could anybody tell me of any?

sabrina m
09-23-2003, 03:42 PM
Does it have to be javascript? I use regular old html by adding target="_blank" to the link code. Ex:
<a href="yourlinkaddress.html"target="_blank">


Then I put this javascript to close any windows I've added:
<a href="javascript:self.close()">Close</a>



Sabrina M

C4PT1V4T3D
09-24-2003, 08:35 AM
nah this post doesn't matter anymore i actually figured out who to do it :)