
Ruth
Code: Select all
<SCRIPT>
function changeText(id,toThis)
{id.innerHTML = toThis;}
</SCRIPT>
Code: Select all
aI("text=<span onMouseOut=\"changeText(this,'New Out Text')\" onMouseOver=\"changeText(this,'New In Text')\">Original Text</span>;url=http://www.example.com;");
Code: Select all
,"<table width=100% ><tr><td onMouseOut=\"changeText(this,'New Out Text')\" onMouseOver=\"changeText(this,'New In Text')\">Original Text</td></tr></table>","http://www.example.com onbordercolor=0000ff;offbordercolor=FFFFFF;",,"ExampleHome",0