2008年9月5日 星期五

地址查詢Bookmarklet

Bookmarklet簡單的說就是可執行的JavaScript程式碼連結,亦可以使用在地址查詢上。

地址查詢

程式碼如下

javascript:%20var%20address;if%20(window.getSelection)%20{%20/*for%20Mozilla*/%20address%20=%20getSelection().toString();%20}else%20{%20/*for%20IE*/%20address%20=%20document.selection.createRange().text;%20}if(!address)%20address%20=%20prompt('%E8%AB%8B%E8%BC%B8%E5%85%A5%E5%9C%B0%E5%9D%80%E3%80%82(%E5%A6%8210%20market%20st,%20san%20francisco)',%20'');if%20(address%20!=%20null){window.open('http://maps.google.com/maps?f=q&hl=zh_TW&q='+address,%20'MMapWin'%20,'dependent=yes,height=600,width=800,resizable=1,scrollbars=1;').focus();%20MMapWin.document.title=address}%20void%200%20/*%20%20by%20xxx%20*/




安裝方法如下圖



2008-09-05_084724







使用,按下[地址查詢後],出現輸入地址畫面,亦可輸入地名,如:台北火車站…等。



2008-09-05_084904



之後就會出現Google Map的地圖,如下



2008-09-05_085431