I am currently using the following code to call up images but the code works only in IE. Is there a way to code it so it works both in Netscape 6/7 and IE????
<img name="myImg" src="javascript:document.myImg.src='assets/' + variable + '/imagename.gif'">
Plex
<img name="myImg" src="javascript:document.myImg.src='assets/' + variable + '/imagename.gif'">
Plex