1个回答
展开全部
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<script type="text/javascript">
function inputWebAddress() {
var webAddress = prompt("请输入网址:");
if(webAddress){
if(webAddress.trim().substring(0,7) != "http://"){
webAddress = "http://" + webAddress;
}
location.href=webAddress;
}
}
</script>
</head>
<body onload="inputWebAddress();">
</body>
</html>
打开这个网页之后会弹出输入框,输入网址之后确认,弹出你输入的网页
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<script type="text/javascript">
function inputWebAddress() {
var webAddress = prompt("请输入网址:");
if(webAddress){
if(webAddress.trim().substring(0,7) != "http://"){
webAddress = "http://" + webAddress;
}
location.href=webAddress;
}
}
</script>
</head>
<body onload="inputWebAddress();">
</body>
</html>
打开这个网页之后会弹出输入框,输入网址之后确认,弹出你输入的网页
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询