chynadoll11637
07-24-2003, 08:42 PM
does ne one know the code to make the window automatically enlarge to full screen when someone 1st enters the site? thanx!
|
View Full Version : xanga help.. enlarging window chynadoll11637 07-24-2003, 08:42 PM does ne one know the code to make the window automatically enlarge to full screen when someone 1st enters the site? thanx! Sum1YouDontKno 07-24-2003, 09:42 PM <script> <!-- /* Full Screen Window Opener Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ function fullwin(targeturl){ window.open(targeturl,"","fullscreen,scrollbars") } //--> </script> <form> <input type="button" onClick="fullwin('http://www.dynamicdrive.com')" value="Open window"> </form> chynadoll11637 07-24-2003, 10:16 PM hMmm - doesn't seem to work. but is this the full screen like when u push f11, or just when u push the big box on the right hand corner of IE? cheq out this xanga: xanga.com/hey_itz_robyn i meant a code like that |