Mitzrah's Get IT Right Column!!
Making Pop Up Browsers
Updated : Friday, August 07, 1998

Mitzrah's Get IT Right Column!
Do you know what are popups? If you are a regular GeoCities or Anglefire or Tripod surfer you will be well acquainted with the POPUPs term! They are like "magical" windows that seem to pop up whenever you hit a page with the special code inserted. Frankly, a lot of people really do not like this pop up thing because it seems to go out of control while they surf your page, you know if you hit the back button you get another and forward you get another one. In short, very irritating. But here goes:

<SCRIPT LANGUAGE="JavaScript">
<!--
window.open("source.html", "", "width=
615,height=125");
//-->
</SCRIPT>

OR

<script>
var vers = navigator.appVersion.charAt(0);
if (vers >= 3) {
window.name = "Name_1";
newwin=open("file1.html","
Name_2","width=135,height=420,scrollbars=auto,menubar=no");
}
</script>

This will do the following:

  • Give the current active window a name - Name_1
  • Will bring up a popup window which will be named Name_2
  • The popup window will load up a HTML file called file1.html
  • With height of 420 and width of 135 with no scrolls if not necessary and no buttons either!

You can place this JAVA script where ever you like but the best is to do it before the </HEAD> tag as all JAVAscipts seem to prefer that place. Feel free to replace the width and height values to whatever height and width you like. Also replace source.html with a HTML file or URL you like to see in the box. Want to see how the box works?? Click here for a sample!

Express Menu
JAVAscripts
Auto Popups!

---Click here for a--- ---sample!---

Notes from Alex:

If you found my tutorial helpful, please drop a note by my guestbook! So I know that you have dropped by and benefitted from my efforts, it took me quite sometime to get these tutorial up! Click on home and then SIGN GUESTBOOK! I will also visit your homepage at GeoCities and sign your guestbook if you sign mine!

[ Emiri Nakayama | Sailor Mars, Rei | About Me | Photo Gallery ]
[ WWW Resources | HTML Tutorials | Hints & Tips | Banner Exchange ]
[ Awards | Win My Award | Home | Links | Change Music | E-Mail Me ]

Back to where you came from!

LinkExchange Network
LinkExchange Member Free Home Pages at GeoCities