Posted by Sonnich on 09/26/48 11:52
Hi all!
I have this in IE:
The font change works in both IE and mozilla, but the link does not
work in mozilla... can anyone help stupid me?
BR
Sonnich
<a
onmouseout="this.className="""
onmouseover="this.className="BOLD""
onclick="OpenWin("file:///\\\\some_server/some_folders/file.pdf");">
here
</a>
The openwin is :
function OpenWin(targ)
{
alert (targ); // testing
window.open(targ);
}
Navigation:
[Reply to this message]
|