Hello,

I have a javascript problem. The following code tries to write a word on
click of a button. But this works fine on IE but not on netscape.

<html>
<head>
<SCRIPT language="javascript">
function callclick() {
        document.write("bla");
}
</SCRIPT>
<title>TESTING</title>
</head>

<body>
<form>
<input type='button' value='click' onclick='callclick();'></input>
</form>
</body>
</html>

Anybody there ????

TIA,
vishwa

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to