BrEeZeR
Inventaris
- Lid geworden
- 27 apr 2001
- Berichten
- 12.877
Hallo,
Ik heb hier iemand die heeft een probleem met een javascript. :
Hij wil graag 2x een mouseover zodat bij een link een 2 plaatjes tegelijk veranderen.
Doet hij iets fout? Ik zie het zelf niet iig.. ben nooit bezig met javascript enzo.
Alvast bedankt, ook namens hem.
Ik heb hier iemand die heeft een probleem met een javascript. :
PHP:
<html>
<head>
<title>test link</title>
</head>
<body link="black" vlink="black">
<style>a:hover {color=red}</style>
<table border="1">
<tr>
</table>
<font face="arial" size="2" color="black">
<table border="1" cellspacing="0" cellpadding="2" bordercolor="black">
<tr><td><img src="http://www.idi.org.il/Images/Countries/BACKUP/nl.gif" name="icon"></tr></td>
</table>
<Br><Br>
<img src="http://www.kelloggllc.com/images/spacer.jpg" width="11" height="8" name="arrow"><a href="#" ONMOUSEOUT="document.icon.src='http://www.idi.org.il/Images/Countries/BACKUP/nl.gif'" ONMOUSEOVER="document.icon.src='http://www.idi.org.il/Images/Countries/BACKUP/nl.gif'" ONMOUSEOVER="document.arrow.src='http://www.wangruoshui.net/bbc-cn_files/BACK.GIF'">Nederland</a><br>
<img src="http://www.kelloggllc.com/images/spacer.jpg" width="11" height="8" name="arrow"><a href="#" ONMOUSEOUT="document.icon.src='http://www.idi.org.il/Images/Countries/BACKUP/de.gif'" ONMOUSEOVER="document.icon.src='http://www.idi.org.il/Images/Countries/BACKUP/de.gif'" ONMOUSEOVER="document.arrow.src='http://www.wangruoshui.net/bbc-cn_files/BACK.GIF'">Duitsland</a><br>
<img src="http://www.kelloggllc.com/images/spacer.jpg" width="11" height="8" name="arrow"><a href="#" ONMOUSEOUT="document.icon.src='http://www.idi.org.il/Images/Countries/BACKUP/it.gif'" ONMOUSEOVER="document.icon.src='http://www.idi.org.il/Images/Countries/BACKUP/it.gif'" ONMOUSEOVER="document.arrow.src='http://www.wangruoshui.net/bbc-cn_files/BACK.GIF'">Italië</a><br>
<img src="http://www.kelloggllc.com/images/spacer.jpg" width="11" height="8" name="arrow"><a href="#" ONMOUSEOUT="document.icon.src='http://www.idi.org.il/Images/Countries/BACKUP/be.gif'" ONMOUSEOVER="document.icon.src='http://www.idi.org.il/Images/Countries/BACKUP/be.gif'" ONMOUSEOVER="document.arrow.src='http://www.wangruoshui.net/bbc-cn_files/BACK.GIF'">België</a><br>
</font>
</body>
</html>
Hij wil graag 2x een mouseover zodat bij een link een 2 plaatjes tegelijk veranderen.
Doet hij iets fout? Ik zie het zelf niet iig.. ben nooit bezig met javascript enzo.
Alvast bedankt, ook namens hem.