I have a simple script that layers some text in a certain spot. I load it with "...body ...onload=..." For some reason, Mac users cannot use it. Here is the script:
<SCRIPT LANGUAGE="javascript">
function ShowIt()
{
document.body.insertAdjacentHTML('BeforeEnd', '<DIV STYLE="position:absolute; TOP:180px; LEFT:580px" ID="link"><table><tr><td width=130><font face=times size=-1><A class="mBlack" Href=" Link</a></td></tr></table></DIV>');
}
</SCRIPT>
Can anyone help me with this?
<SCRIPT LANGUAGE="javascript">
function ShowIt()
{
document.body.insertAdjacentHTML('BeforeEnd', '<DIV STYLE="position:absolute; TOP:180px; LEFT:580px" ID="link"><table><tr><td width=130><font face=times size=-1><A class="mBlack" Href=" Link</a></td></tr></table></DIV>');
}
</SCRIPT>
Can anyone help me with this?