顯示具有 Lab Form and Action 標籤的文章。 顯示所有文章
顯示具有 Lab Form and Action 標籤的文章。 顯示所有文章

2007年5月18日 星期五

Lab Form and Action, Part II

Hand code a HTML so that the webpage can send a request to Google like
http://maps.google.com/maps?q=24.9586,+121.24114

Use Form CGI that includes action, input, and submit.
Try a few different coordinates.


2007年5月17日 星期四

Lab Form and Action

6. In the form dialog, set Action="http://google.com/search" and name of Form as "f" and method as "get"
(See Hint if it does not work.)
7. Run your HTML by Firefox. What do you get?


8. Set method as "post"
9. Run your HTML by Firefox. What do you get?