![]() |
|
|
+ Search |
![]()
|
Oct 23rd, 2001 20:47
vempati suresh, jeevan bangera,
<html>
<head>
<script>
function fun(this)
{
this.value="You Have clicked on This"
return false
}
</script>
</head>
<body>
<form >
<input type="submit" name="display" onClick="fun(this)">
</form>
</body>
</html>