I have a problem.
In my index.html I wrote:
<SCRIPT language=javascript>
<!--
function doSend() {
document.login.name.value = "My Name";
document.login.pass.value = "My Password";
document.login.submit();
}
// -->
</SCRIPT>
<HTML><BODY>
<FORM NAME=login...
I have a problem.
I wanted to make a table where some cells should be empty. When I entered the following code the first and the third cells didn't change the color in Netscape. It works well in IE. What must I do to make it work in Netscape?
I tried to insert <br> and š inside the empty...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.