复制代码代码如下:
<ความกว้างของตาราง = 100% cellpadding = 0 cellspacing = 0 border = 0>
<ภาษาสคริปต์ = "JavaScript">
thisurl = document.url;
Thishref = document.location.href;
thisloc = self.location.href;
thisdloc = document.location;
strWrite = "<tr> <td valign = top> thisurl: </td> <td> [" + thisurl + "] </td> </tr>"
strWrite + = "<tr> <td valign = top> thishref: </td> <td> [" + Thishref + "] </td> </tr>"
strWrite + = "<tr> <td valign = top> thisloc: </td> <td> [" + thisloc + "] </td> </tr>"
strWrite + = "<tr> <td valign = top> thisdloc: </td> <td> [" + thisdloc + "] </td> </tr>"
document.write (strwrite);
</script>
thisdloc = document.location; <br>
thisurl = document.url; <br>
Thishref = document.location.href; <br>
thisloc = self.location.href; <br>
<ภาษาสคริปต์ = "JavaScript">
thistloc = top.location.href;
thisploc = parent.document.location;
thisThost = top.location.hostname;
thishost = location.hostname;
strWrite = "<tr> <td valign = top> thistloc: </td> <td> [" + thistloc + "] </td> </tr>"
strWrite + = "<tr> <td valign = top> thisploc: </td> <td> [" + thisploc + "] </td> </tr>"
strWrite + = "<tr> <td valign = top> thisThost: </td> <td> [" + thisThost + "] </td> </tr>"
strWrite + = "<tr> <td valign = top> thishost: </td> <td> [" + thishost + "] </td> </tr>"
document.write (strwrite);
</script>
thistloc = top.location.href; <br>
thisploc = parent.document.location; <br>
thisThost = top.location.hostname; <br>
thishost = location.hostname; <br>
<ภาษาสคริปต์ = "JavaScript">
tmphPage = thishref.split ("/");
thishpage = tmphPage [tmphPage.length-1];
tmpUpage = thisurl.split ("/");
thisUpage = tmpUpage [tmpUpage.length-1];
strWrite = "<tr> <td valign = top> thishpage: </td> <td> [" + thishpage + "] </td> </tr>"
strWrite + = "<tr> <td valign = top> thisUpage: </td> <td> [" + thisUpage + "] </td> </tr>"
document.write (strwrite);
</script> <tr> <td>