OnMouseOver and OnMouseOut
why does following code
<a href="contact.html"><img onMouseOver="src='layout/contact3.jpg'" onMouseOut="src='layout/contact2.jpg'" border="0"
src="layout/contact2.jpg"></a>
tell me in IE that it couldnt display all contents because of security reasons. works fine in other browsers btw