When I open a web page with the following script the "CLfolder.J PG" file
is supposed to show. For some reason I only see the image place holder.
How can I get the CLfolder.JPG to show after the page loads.
<SCRIPT LANGUAGE="JavaS cript">
function imgover(imgname ){imgname.src = "OPfolder.J PG"}
function imgout(imgname) {imgname.src = "CLfolder.J PG"}
</SCRIPT>
<a href="Index.htm " STYLE="text-decoration: none"
onMouseOver="im gover(pic1)" onMouseOut="img out(pic1)"><fon t face="MS
Serif" Color="blue">HO ME</font></a>
<a href="Contact.h tm" STYLE="text-decoration: none"
onMouseOver="im gover(pic2)" onMouseOut="img out(pic2)"><fon t face="MS
Serif" Color="blue">co ntact us</font></a>
-thanks
Mike Solis
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
is supposed to show. For some reason I only see the image place holder.
How can I get the CLfolder.JPG to show after the page loads.
<SCRIPT LANGUAGE="JavaS cript">
function imgover(imgname ){imgname.src = "OPfolder.J PG"}
function imgout(imgname) {imgname.src = "CLfolder.J PG"}
</SCRIPT>
<a href="Index.htm " STYLE="text-decoration: none"
onMouseOver="im gover(pic1)" onMouseOut="img out(pic1)"><fon t face="MS
Serif" Color="blue">HO ME</font></a>
<a href="Contact.h tm" STYLE="text-decoration: none"
onMouseOver="im gover(pic2)" onMouseOut="img out(pic2)"><fon t face="MS
Serif" Color="blue">co ntact us</font></a>
-thanks
Mike Solis
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment