Delete html_form2
This commit is contained in:
18
html_form2
18
html_form2
@@ -1,18 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<script type="text/javascript">
|
|
||||||
window.onload = function(){
|
|
||||||
document.getElementById('send').onclick = function(e){
|
|
||||||
alert(document.getElementById("name").value);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<form method="post">
|
|
||||||
<input type="text" name="name" id="name" />
|
|
||||||
<input type="submit" name="send" id="send" value="send" />
|
|
||||||
</form>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user