码一:
<script>
function selecturl(){
z=documentbodycreateTextRange();
zmoveToElementText(selecturlDiv);
zselect();
}
</script>
<span onmousemove='selecturl()' id=selecturlDiv><script>documentwrite(locationhref)</script>
代码二:
<script>
function copyCode(o){oselect();var js=ocreateTextRange();jsexecCommand("Copy");alert("复制成功!");}
documentwrite("<table align=center class=tableborder1 cellpadding=1 cellspacing=0><tr>");
documentwrite("<td width=10% nowrap class=tablebody1>本页URL地址(双击复制):</td>");
documentwrite("<td class=tablebody1><textarea onfocus=thisselect() style='width:100%;overflow-y:visible;' ondblclick=copyCode(this) rows=1>");
documentwrite(selflocation+"</textarea></td></tr></table>");
</script>
代码三:
<script language="javascript">
<!--
function copyToClipBoard(){
var clipBoardContent=documentlocation;
clipBoardContent+='\r\n';
windowclipboardDatasetData("Text",clipBoardContent);
alert("耶!复制成功喽!你可以粘贴在QQ消息里送给你的好朋友呀!再次感谢你对 的支持哦!");
}
//-->
</script>
<script language='javascript'>
documentwrite("<img src=\"templates//images/dbgif\" width=\"49\" height=\"17\">");
documentwrite("<input size=\"60\" value=\""+documentlocation+"\"><input type=\"button\" value=\"推荐给朋友\" title=\"点击复制地址到剪贴板,直接在MSN/QQ上粘贴即可\" onclick=\"copyToClipBoard()\">");
</script>
这得通过js处理。
在</body>下面加上以下代码:
<script>
documentgetElementById("my-video")src="indexphpid=" + locationhrefsplit("id=")[1];
</script>
设置或获取对象指定的文件名或路径。
<script>
alert(windowlocationpathname)
</script>
设置或获取整个 URL 为字符串。
<script>
alert(windowlocationhref);
</script>
设置或获取与 URL 关联的端口号码。
<script>
alert(windowlocationport)
</script>
设置或获取 URL 的协议部分。
<script>
alert(windowlocationprotocol)
</script>
设置或获取 href 属性中在井号“#”后面的分段。
<script>
alert(windowlocationhash)
</script>
设置或获取 location 或 URL 的 hostname 和 port 号码。
<script>
alert(windowlocationhost)
</script>
设置或获取 href 属性中跟在问号后面的部分。
<script>
alert(windowlocationsearch)
</script>
网速太慢。iframe是嵌入式框架软件,其对网速要求很高,最低网速为10MB/s,若在低于10MB/s的环境下使用就会导致嵌套页面获取不到路径上的参数,更换一个良好的网络环境即可解决。
以上就是关于获得静态页面url地址全部的内容,包括:获得静态页面url地址、如何获取页面链接url中的参数并加入到页面src链接中、如何用JS得到当前页面的URL信息等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)