Javascript Assignment 14 |
<html>
<head><title>Assignment_20ii(Google Search Engine Code)</title>
</head>
<body>
<form id="Google_Search" method="get" action="http://www.google.com/search" target = "_blank">
<table>
<tr>
<td><input type="text" name="q" size="30" id="input" /></td>
<td><input type = "submit" value = "Google Search" /></td>
</tr>
</table>
</form>
</body>
</html>
Post a Comment