Re: Pop-up window<Javascript?>

by "Thomas Rumley" <redo4you(at)yahoo.com>

 Date:  Tue, 26 Mar 2002 08:30:00 -0500
 To:  "HWG Basics List" <hwg-basics(at)hwg.org>
 References:  prodigy computer 0
  todo: View Thread, Original
Hello Captain Fuzzy;

Simply put, they turn ON their JavaScript. People who don't use JavaScript
for their browsing experience are the same people who don't use their A/C in
the summer. Meaning, if you're already paying for it why not use it?

Some people (I would never point fingers at anyone Fuzzy) say that there are
security risks using JavaScript. Maybe so but I've never run into them
personally (doesn't mean they aren't there). I'm told living can be
dangerous to your health as well, but I'll, um..., live with it!  :-p

Tom Rumley


----- Original Message -----
From: "Captain F.M. O'Lary" <ctfuzzy(at)canopy.net>
To: "Thomas Rumley" <redo4you(at)yahoo.com>; "HWG Basics List"
<hwg-basics(at)hwg.org>
Sent: Tuesday, March 26, 2002 6:59 AM
Subject: Re: Pop-up window<Javascript?>


> And how might I ask do the folks with no (or disabled) Javascript
> experience this?
>
> Fuzzy.
>
>
> At 08:48 PM 3/25/02 , Thomas Rumley wrote:
> >To spring a pop up window is fairly simple. The first step is to include
the
> >page jumping javascript of the jump box into your page. In this case were
> >putting the script right inside of the head section.
> >
> >You can cut and past here and then change it as you need to.
> >
> ><SCRIPT LANGUAGE="JavaScript">
> ><!-- Begin
> >function formHandler(form) {
> >var windowprops =
>
>"height=500,width=500,location=no,scrollbars=no,menubars=no,toolbars=no,res
i
> >zable=yes";var URL = form.site.options[form.site.selectedIndex].value;
> >popup = window.open(URL,"MenuPopup",windowprops);
> >}
> >// End -->
> ></script>
> >
> >
> >And the second step is to include the actual html for the select list.
> >
> >
> ><form name=form>
> ><select name=site SIZE=1 onChange="formHandler(this.form)">
> ><option value="http://www.yoursite.com">Go to....
> ><option value="http://www.yahoo.com">Yahoo
> ><option value="http://www.metacrawler.com">Metacrawler
> ><option value="http://www.altavista.digital.com">Altavista
> ><option value="http://www.webcrawler.com">Webcrawler
> ><option value="http://www.lycos.com">Lycos
> ><option value="http://javascript.internet.com">JavaScript Source
> ></select>
> ></form>
> >
> >
> >
> >Hope to have helped
> >
> >
> >
> >Tom Rumley
> >
> >----- Original Message -----
> >From: "seecurb" <seecurb(at)naspa.net>
> >To: <hwg-basics(at)hwg.org>; "Christi" <WEBDIVA3(at)prodigy.net>
> >Sent: Monday, March 25, 2002 4:49 PM
> >Subject: Re: Pop-up window
> >
> >
> >> Just look at somebody's code for a pop-up window, so you can cut and
paste
> >> it.
> >> Then just adjust the window sizes (height and width).
> >> please reply to: seecurb(at)bigfoot.com
> >> ----- Original Message -----
> >> From: "Christi" <WEBDIVA3(at)prodigy.net>
> >> To: <hwg-basics(at)hwg.org>
> >> Sent: Monday, March 25, 2002 1:53 PM
> >> Subject: Pop-up window
> >>
> >>
> >> > I'd like to have a definition of a term on my page pop-
> >> > up in a new window, but I want the window to be small -
> >> > - only large enough to hold the definition, not as big
> >> > as the whole screen.  How do I do that?
> >> >
> >> > Christi
> >> >
> >> >
> >
> >
> >_________________________________________________________
> >Do You Yahoo!?
> >Get your free (at)yahoo.com address at http://mail.yahoo.com
> >
>
> ______________________________________________________________
> Captain F.M. O'Lary
> ctfuzzy(at)canopy.net
> I live in my own little world, but it's ok, they know me here.
> ------------------------------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free (at)yahoo.com address at http://mail.yahoo.com

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA