skip to main
|
skip to sidebar
ICE NoteBook
2009年9月17日 星期四
JavaScript - 取得目前網址以及其他資訊
這是我在網路上看到的,記錄一下,
原文章
假設現在我有個網頁,網址是:http://functionlab.org:80/tools/tcpproxy.php?user=FUNction#showscript
如果這網頁上有以下JavaScript 程式碼
<script type="text/javascript"> //http://www.w3schools.com/htmldom/dom_obj_location.asp document.write("location.href : "+location.href+"
"); document.write("location.protocol : "+location.protocol+"
"); document.write("location.hostname : "+location.hostname+"
"); document.write("location.host : "+location.host+"
"); document.write("location.port : "+location.port+"
"); document.write("location.pathname : "+location.pathname+"
"); document.write("location.search : "+location.search+"
"); document.write("location.hash : "+location.hash+"
"); </script>
那該網頁會顯示:
location.href : http://functionlab.org:80/tools/tcpproxy.php?user=FUNction#showscript location.protocol : http location.hostname : functionlab.org location.host : functionlab.org:80 location.port : 80 location.pathname : /tools/tcpproxy.php location.search : ?user=FUNction location.hash : #showscript
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
關於我自己
Ic€
Taiwan
此網誌是為了年紀愈來愈大的我所創立的,感覺記憶力愈來愈差,所以乾脆把網路上搜尋到或者自己寫的東西做個記錄,以免以後需要時找不到,如果原文作者看到自己的文章感到不悅時,請盡速通知我,我會盡快刪除文章,感恩啦
檢視我的完整簡介
文章分類
AS3
ASP
ASP Class
Blog
CSS
Flash
int
Integer
Java
JavaScript
jQuery
Linux
MS SQL
PEAR
Perl
PHP
PHP Class
split
String
T-SQL
URL
Wamp
網誌存檔
►
2010
(7)
►
12月
(2)
►
9月
(2)
►
6月
(1)
►
5月
(1)
►
2月
(1)
▼
2009
(20)
►
10月
(2)
▼
9月
(4)
JavaScript - 取得目前網址以及其他資訊
MS SQL - 排序函數:ROW_NUMBER()、RANK() 與 DENSE_RANK()
jQuery - Curvy Corners讓div呈現圓角效果
jQuery - css操作
►
8月
(1)
►
7月
(2)
►
5月
(1)
►
4月
(3)
►
3月
(1)
►
2月
(3)
►
1月
(3)
►
2008
(15)
►
11月
(2)
►
10月
(1)
►
9月
(2)
►
8月
(6)
►
7月
(4)
計數器
My Friends
ApurA's Yuujintyou
Jim Labs
shan711017的地盤
you are my amusement park
──═╪★完美的愛情使人意志薄弱 不完美的愛情讓人傷心難過
夏季含羞草
新‧夢想
日光節約時間
騎馬桶撞飛碟的部落
沒有留言:
張貼留言