Hand code a HTML or use Nvu to edit an 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.
Step1. 開啟Notepad
Step2. 撰寫Html語言
在 form 標籤內加method="get"和action="http://maps.google.com/maps" maps 後的 "? q= " 可以不用寫,因為伺服器會自動補上。
Step4. 儲存剛打完的程式碼
副檔名記得要加 .htm 或 .html
Step5.開啟瀏覽器
Step6.連結到GoogleMap
-------------------------------Add Button---------------------------------
Step1.
在原來的檔案內加入 JavaScript 元素 Ex: onclick, submit().......
Step2.
儲存(同之前的步驟),然後開啟瀏覽器。按按看那個小按鈕吧!!
Step3.
成功地,也連上了GoogleMap。輸入不同的座標,在地圖上會出現該位置。
沒有留言:
張貼留言