Her står der nget om det:
http://webreview.com/1998/07_24/webauthors/07_24_98_6.shtmlDe påstår at dette skulle virke, men det kræver så layers.
<SCRIPT LANGUAGE=\"JavaScript\">
<!--
function over2() {
var text = \'<FONT COLOR=\"red\">Ha! You moved the mouse over the text</FONT>\';
document.layers[\'myLayer2\'].document.open();
document.layers[\'myLayer2\'].document.write(text);
document.layers[\'myLayer2\'].document.close();
}
function out2() {
var text = \'Move the mouse pointer over this text\';
document.layers[\'myLayer2\'].document.open();
document.layers[\'myLayer2\'].document.write(text);
document.layers[\'myLayer2\'].document.close();
}
//-->
</SCRIPT>
<LAYER ID=\"myLayer2\" onMouseOver=\"over2()\" onMouseOut=\"out2()\">
Move the mouse pointer over this text
</LAYER>