Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New to JAVA
Message
De
14/08/2003 17:29:55
Darrin Hughes
Chena-Don Textiles and Armory
Jacksonville, Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
Java
Catégorie:
Autre
Titre:
New to JAVA
Divers
Thread ID:
00820343
Message ID:
00820343
Vues:
59
Hello all,

I needed some help with a website I'm putting together for my wife's business. I found a pre-built template for her, but I have no idea how to alter the javascript to turn some mouseover images into actual links. The appropriate section of code seems to be here...
<script language="javascript">
<!--


a1=new Image(59,47)
a1.src="images/glassocean-2x1.jpg"
a2=new Image(59,47)
a2.src="images/glassocean-2x1over.jpg"
a3=new Image(59,47)
a3.src="images/glassocean-3x1.jpg"
a4=new Image(59,47)
a4.src="images/glassocean-3x1over.jpg"
a5=new Image(59,47)
a5.src="images/glassocean-4x1.jpg"
a6=new Image(59,47)
a6.src="images/glassocean-4x1over.jpg"
a7=new Image(59,47)
a7.src="images/glassocean-5x1.jpg"
a8=new Image(59,47)
a8.src="images/glassocean-5x1over.jpg"
a9=new Image(59,47)
a9.src="images/SmartSaverPro-1x1.jpg"
a10=new Image(59,47)
a10.src="images/SmartSaverPro-1x1over.jpg"

//-->
</script>
Now I need to add into these lines the link for the various pages... help? I know nothing of JAVA. I can provide the whole code of the page if you need it, but this seemed like the "offending" section.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform