4个回答
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> new document </title>
<meta name="generator" content="editplus" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
</head>
<script>
function openURL()
{
window.open("b.html","","resizable=false,top=120,left=200,width=500,height=420,scrollbars=yes");
}
</script>
<body>
<input type="button" value="跳转" onclick="openURL()">
</body>
</html>
自己创建一个空的b.HTML就可以了
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> new document </title>
<meta name="generator" content="editplus" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
</head>
<script>
function openURL()
{
window.open("b.html","","resizable=false,top=120,left=200,width=500,height=420,scrollbars=yes");
}
</script>
<body>
<input type="button" value="跳转" onclick="openURL()">
</body>
</html>
自己创建一个空的b.HTML就可以了
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
按钮所在的表单的action="要跳转的页面",按钮是submit
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
给按钮加上js动作,由于分太少。只说到这里,希望楼下的好心人接上。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
function open(){
window.location.href="url";
}
window.location.href="url";
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询