2013年10月21日 星期一

Lab 14

1.
<html>
<head>
</head>
<body id="body">
<form action="http://www.google.com.tw/search" id="exampleForm" name="q" method="get">
<input type="text" name="q" id="examplePass" />
<input type="submit" />
</form>
</body>

2.<html>
<head>
</head>
<body>
<form action="http://www.google.com.tw/search"  name="q" method="post">
search:<input type="text" name="q">
<input type="submit" value="submit">
<br>
</form>
</body>
</html>



沒有留言:

張貼留言