Re: Pop-up window<Javascript?>

by "Captain F.M. O'Lary" <ctfuzzy(at)canopy.net>

 Date:  Tue, 26 Mar 2002 06:59:53 -0500
 To:  Thomas Rumley <redo4you(at)yahoo.com>,
HWG Basics List <hwg-basics(at)hwg.org>
 References:  prodigy computer
  todo: View Thread, Original
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,resi
>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.
------------------------------------------------------------------

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