Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need Javascript help!

Status
Not open for further replies.

Kody

Technical User
Apr 20, 2001
1
US
I'm a rookie to Javascript, and have just started playing with copy-paste scripts from various free sites.

Here's my problem:
I'm trying to create a new pop-up window (with a specific pixel size) from a link inside a drop-down list.
•please visit this link for a better idea of what I'm talking about:

The problem is with the link in the drop down box called [Fittool™]

The link works great from the text link toward the bottom of the page, but I can't seem to get the link to work from inside the drop down menu. Any help on this would be wonderful. If any other information is needed about the site, please let me know, and I will provide whatever I can.

-kody
 
These functions are not working in NEtscape 6.0
Can any one help me Please??


<script
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf(&quot;#&quot;)!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
fo();
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

</script>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top