<SCRIPT LANGUAGE="JavaScript">
function viewSource() {
document.getSource.view.value="正在连接服务器,请您稍候......";
setTimeout("document.getSource.view.value=''查看源代码''",6000);
window.location.href= "view-source:" + document.getSource.url.value;
return false;
}
</script>
<center>
请您在输入框里输入您想要看代码的网址(网址必需完整否则无法查看)
<br>
<br>
<form name=getSource onSubmit="return viewSource();">
<input type=text name=url value="http://">
<br>
<br>
<input type=submit name=view value="点击这里开始查看@_@!!!">
</form>
</center>
在线查看网页的源文件
最新推荐文章于 2024-06-27 20:15:18 发布