Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 1916 | Replies: 2
<html>
<head>
<meta http-equiv="Content-Type"content="text/html; charset=windows-1254">
<title>JavaScript</title>
</head>
<body bgcolor="#000000" text="#ffffff" vlink="#99FF33" link="#FF99FF">
<script language="javascript">
function ShowValue()
{
document.TextBox.value = "You clicked the button."; //Error on this line
}
</script>
<input type="text" name="TextBox" width="128"><br>
<input type="button" name="Show" value="Show" onClick="ShowValue();">
</body>
</html>•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Threaded Mode