[WEB4LIB] Javascript I.E. 3.0
Samuel Mcdonald
smcdon at rci.rutgers.edu
Fri Jun 2 09:21:09 EDT 2000
Hi Patricia:
Try reviewing this widget that I heavily rewrote from the articles listed
available below. (The Electronic ready reference stuff does go to an
anchor)
http://www.libraries.rutgers.edu/rul/rshortcuts.shtml
Also, you will want to read the combo/double combo articles here; these
will give you more options and explanation.
http://www.wsabstract.com/script/cutindex16.shtml
-Sam
On Fri, 2 Jun 2000, PATRICIA SUAREZ wrote:
> I have created a simple drop down JavaScript that works fine in
> Netscape (4.5) but will not work in Internet Explorer 3.0. The problem is
> that I have the script jumping to anchors and I.E. 3.0 does not seem to
> support it. The script does work when the drop down does not go to an
> anchor.
>
> Below is a sample of my code. Has anyone else experienced the same
> problem? Any solutions would be tremendously appreciated.
>
> <SCRIPT>
> function JumpPulldown()
> {
>
> location=document.JumpTo.Dest.options[document.JumpTo.Dest.selectedIndex].value;
> }
> </SCRIPT>
>
> <FORM Name="JumpTo">
> Select Location:
> <SELECT Name="Dest">
> <OPTION VALUE="http://www.msn.com">MSN
> <OPTION VALUE=" http://www.epa.gov/otaq/fuels.htm#external">Fuel
>
>
> </SELECT>
> <INPUT type="Button" Name="Go" Value="Go"
> onClick="JumpPulldown();">
> </FORM>
>
>
> Trish Suarez
> Internet Librarian
> EPA National Vehicle and Fuel Emissions Laboratory Library
> staffed by GCI Information Services
> 2000 Traverwood
> Ann Arbor, MI 48105
> (734) 214-4312 or
> Email: suarez.patricia at epa.gov
> Web site: http://www.epa.gov/otaq
>
------------------------------------------------------------------------
Samuel J. McDonald smcdon at rci.rutgers.edu
Webmaster http://www.libraries.rutgers.edu/
Rutgers University Libraries Voice (732) 932-7505
Alexander Library, 169 College Ave., New Brunswick, NJ 08901-1163
More information about the Web4lib
mailing list