
用HTML表单怎么实现网页之间的转移?
2个回答
展开全部
网页之间的转移?
是自动跳转的意思吗
如果是就可以在头部加这么一句
<head>
if($_POST[submit]){
echo"<meta http-equiv='Content-Type' content='3; '>";
}
</head>
是自动跳转的意思吗
如果是就可以在头部加这么一句
<head>
if($_POST[submit]){
echo"<meta http-equiv='Content-Type' content='3; '>";
}
</head>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
1.html
<form name="link_type" action="2.html" method="post">
网站类型:
<input type="text" name="type_name"/>
<input style="height:25px;" type="submit" name="link_type" value="添加" />
</form>
2.html
你好
<form name="link_type" action="2.html" method="post">
网站类型:
<input type="text" name="type_name"/>
<input style="height:25px;" type="submit" name="link_type" value="添加" />
</form>
2.html
你好
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询