View Single Post
Old Jan 7th, 2006, 11:59 PM   #3
Uday
Programmer
 
Join Date: Oct 2005
Location: India
Posts: 30
Rep Power: 0 Uday is on a distinguished road
<html>
<head>
<title>Programming forum
</title>
</head>
<script language="javascript">
document.write("ENTER YOUR COMMENT");
function valuetest()
{

	if(test.comment.value=="") 
		{
     		alert("No comments entered");
     		}

}

</SCRIPT>
<form Name="test">
<input type="text" name="comment" value="">
<P><input type="Submit" onClick="valuetest()"></P>
</form>
</body>
</html>

This code need to be linked with CGI script.
Uday is offline   Reply With Quote