Donate SIGN UP

help why does this not work ??

Avatar Image
Cyber | 21:32 Thu 11th May 2006 | Technology
2 Answers

Please can anyone tell me why this following code does not work ?


<A target='_blank' href="soft.html" onMouseOver="document.B1.src="Images/B1R.GIF"
"onMouseOut="document.B1.src="Images/B1.GIF' ">
<img src="Images/B1.GIF" width="111" hieght="43" border="0" name="B1" alt="B1"></A>

I have both images in a folder called Images yet it does not work


Gravatar

Answers

1 to 2 of 2rss feed

Best Answer

No best answer has yet been selected by Cyber. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
The code appears garbled and what I can decipher of it becomes:


<a target='_blank' href="soft.html" target="_blank">
<img src="Images/B1.GIF" width="111" height="43" border="0" title="B1" alt="B1"></a>


although I cannot immediately see how

dummy ="document.B1.src= image files

fit into the syntax.
Haha...

I tidied up the code but when it was submitted it became jumbled in the same manner as your question.

AnswerBank strikes again!

1 to 2 of 2rss feed

Do you know the answer?

help why does this not work ??

Answer Question >>