Dear all,
I now can change the image at the "main" frame by the following script,
<a href="home.htm" target="main"
onMouseOver="parent.main.document.images.abc.src='picture/home1.gif';"
onMouseOut="parent.main.document.images.abc.src='picture/empty.gif';">
However, once the "main" frame is changed to the other webpage "home.htm,
I want to disable the commands "onMouseOver" and "onMouseOut", how do I do?
Thanks.
Sincerely yours,
Simon