Hello,
>
> document.layers isn't a standard Javascript call, check here for details
> and what to use instead:
> http://sites.netscape.net/ekrock/standards.html
I modiefied the HTML source but it doesn't work yet.
What is wrong?
----------------------------------------------
<HTML>
<HEAD>
<script language="JavaScript">
<!--
function Show()
{
test.style.visibility = "visible";
};
function Hide()
{
test.style.visibility = "hidden";
};
// -->
</SCRIPT>
</HEAD>
<BODY TEXT="#000000" >
<a href="javascript:Show();">Visible</A><br>
<a href="javascript:Hide();">Hidden</A>
<div style="position:absolute;visibility:visible" id="test">
<table bgcolor="#FF0000" height="100" width="100">
<tr>
<td>
Test
</TD>
</TR>
</TABLE>
</DIV>
</BODY>
</HTML>
------------------------------------------
Is there a possibility to show javascript errors?
With NS4 you have to type "javascript" in to the location line to show
error messages.
Bye
Michael