lakeside12
Programmer
Hi
Please can someone help, I have tried to combine a few things into one and hit a brick wall.
I wanted a Mouseover function and the Div Hide/show combined into one operation Which I have below here
Individually they work, but combined they fail totally
I want the mouseover to swap the image, and I want the Onclick to show / hide the div. Right nothing works at all not even a mouseclick to call showhidefield1.
What have I done so wrong on this.
<a href="#" onClick="showhidefield1(); return false;
onmouseover="document.frm.src=' onmouseout ="document.frm.src=' <img name=NAME src="'</a>
showhidefield1 is a Javascript function and works ok
Your help is appreciated
many Thanks
Please can someone help, I have tried to combine a few things into one and hit a brick wall.
I wanted a Mouseover function and the Div Hide/show combined into one operation Which I have below here
Individually they work, but combined they fail totally
I want the mouseover to swap the image, and I want the Onclick to show / hide the div. Right nothing works at all not even a mouseclick to call showhidefield1.
What have I done so wrong on this.
<a href="#" onClick="showhidefield1(); return false;
onmouseover="document.frm.src=' onmouseout ="document.frm.src=' <img name=NAME src="'</a>
showhidefield1 is a Javascript function and works ok
Your help is appreciated
many Thanks