用于转发的HTML代码 [英] HTML Code for Forwarding

查看:109
本文介绍了用于转发的HTML代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

将一个页面转发到另一个页面的HTML代码是什么?我记得

有一个可以使用的元声明。换句话说,我想向 http://xxx.xx 浏览器查询
浏览器查询a>立即转到
http://yyy.yyy

What is the HTML code for forwarding one page to another? I recall
there is a meta statement that can used. In other words, I want
browser inquiries to http://xxx.xx to go immediately to http://yyy.yyy

推荐答案

Howard Kelley< hk ***** @ yahoo.com>写道:
Howard Kelley <hk*****@yahoo.com> wrote:
将一个页面转发到另一个页面的HTML代码是什么?我记得
有一个可以使用的元声明。换句话说,我想要浏览器查询 http://xxx.xx 立即 http://yyy.yyy
What is the HTML code for forwarding one page to another? I recall
there is a meta statement that can used. In other words, I want
browser inquiries to http://xxx.xx to go immediately to http://yyy.yyy




最好使用标准重定向,比如PHP header()函数。

你有PHP吗?请参阅 http://www.w3.org/QA/Tips/reback更多关于标准

重定向。

-

Michael Wilcox

mjwilco at yahoo dot com

Web开发人员的基本工具 - http://mikewilcox.t35.com



It would be best to use a standard redirect, like the PHP header() function.
Do you have PHP? See http://www.w3.org/QA/Tips/reback for more on standard
redirects.
--
Michael Wilcox
mjwilco at yahoo dot com
Essential Tools for the Web Developer - http://mikewilcox.t35.com


2004年2月20日14:05:15 -0800,Howard Kelley< hk ***** @ yahoo.com>写道:
On 20 Feb 2004 14:05:15 -0800, Howard Kelley <hk*****@yahoo.com> wrote:
将一个页面转发到另一个页面的HTML代码是什么?我记得
有一个可以使用的元声明。换句话说,我想要浏览器查询 http://xxx.xx 立即 http://yyy.yyy
What is the HTML code for forwarding one page to another? I recall
there is a meta statement that can used. In other words, I want
browser inquiries to http://xxx.xx to go immediately to http://yyy.yyy



如果你不能在网站的标题中做到这一点,最好的HTML代码是

这样的东西:


< p>我们已经重组了网站。请继续< a href =" xxx.html">

页面,您正在寻找< / a>并更新你的书签。< / p>


If you cannot do it in the header of the site, the best HTML code is
something along the lines of:

<p>We''ve reorganized the site. Please continue to <a href="xxx.html">the
page you''re looking for</a> and update your bookmark.</p>


2004年2月20日星期五,Howard Kelley写道:
On Fri, 20 Feb 2004, Howard Kelley wrote:
什么是用于将一个页面转发到另一个页面的HTML代码?


HTML是标记,它不做*事情。你在哪里得到的想法

HTML是某种命令语言?

我记得有一个可以使用的元声明。


就HTML而言,meta是指。标签只是一个容器。

容器可以包含各种东西,一些标准定义的

和一些事实上的,没有HTML真正关心它们是什么。 br />
换句话说,我希望浏览器查询到 http://xxx.xx 立即去 http://yyy.yyy
What is the HTML code for forwarding one page to another?
HTML is markup, it doesn''t *do* things. Where did you get the idea
that HTML was some kind of command language?
I recall there is a meta statement that can used.
As far as HTML is concerned, the "meta" tag is just a container.
The container can contain all kinds of stuff, some standards-defined
and some just de facto, without HTML really caring what they are.
In other words, I want browser inquiries to http://xxx.xx to go
immediately to http://yyy.yyy




但你的读者是否想要这个?


如果你列出了现实生活中的要求,而不是你的b / b
"回忆"记住的一半,并且,尊重,

显然不是很清楚,也许一个好的答案可能是b
。但是很多时候,问题会得到他们应得的答案,而不是他们真正需要的答案。


(我的预感:你可能需要HTTP来自服务器的30倍状态。)



But do your readers want that?

If you set out the real-life requirement, rather than your
"recollection" of something half-remembered and, with respect,
apparently not well-understood, perhaps a good answer would be
possible. But all too often, questions get the answer that they
deserve, rather than the one that they really need.

(My hunch: you might need HTTP 30x status from the server.)


这篇关于用于转发的HTML代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆