自动重定向 [英] Automatic Redirection

查看:85
本文介绍了自动重定向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可以编写一个未显示的网页,但只是将用户简单地重定向到另一个页面而没有用户采取任何行动吗?


对不起,如果这很简单,但我自己有时很简单。


新年快乐

-

格里
< a rel =nofollowhref =http://www.pbase.com/gfoley9999/target =_ blank> http://www.pbase.com/gfoley9999/
http://foley.ultinet.net/~gerry/aerial/aerial。 html
http://home.columbus.rr.com / gfoley
http: //www.fortunecity.com/victorian...ypt/egypt.html

Can one write a webpage which is not displayed but which simply redirects
the user to another page without any action by the user?

Sorry if this is simple, but I am sometimes simple myself.

Happy New Year
--
Gerry
http://www.pbase.com/gfoley9999/
http://foley.ultinet.net/~gerry/aerial/aerial.html
http://home.columbus.rr.com/gfoley
http://www.fortunecity.com/victorian...ypt/egypt.html

推荐答案

2004年12月28日星期二00: 16:39 GMT,Gerard M Foley

< gf **** @ columbus.rr。 COM>写道:
On Tue, 28 Dec 2004 00:16:39 GMT, "Gerard M Foley"
<gf****@columbus.rr.com> wrote:
是否可以编写一个未显示的网页,但只是将用户重定向到另一个页面而没有用户采取任何行动?
Can one write a webpage which is not displayed but which simply redirects
the user to another page without any action by the user?




当然;阅读你的www服务器如何处理这些事情。


HTTP响应代码应该是你感兴趣的事情。


-

雷克斯



Sure; read up on how your www server is designed to handle such things.

HTTP response codes should be your matter of interest.

--
Rex


星期二,2004年12月28日04:08:03 +0100,Jan Roland Eriksson< jr **** @ newsguy .com>

写道:
On Tue, 28 Dec 2004 04:08:03 +0100, Jan Roland Eriksson <jr****@newsguy.com>
wrote:
2004年12月28日星期二00:16:39 GMT,Gerard M Foley
< gf****@columbus.rr.com>写道:
On Tue, 28 Dec 2004 00:16:39 GMT, "Gerard M Foley"
<gf****@columbus.rr.com> wrote:
是否可以编写一个未显示的网页,但只是将用户重定向到另一个页面而没有用户采取任何行动?
Can one write a webpage which is not displayed but which simply redirects
the user to another page without any action by the user?



当然;阅读你的www服务器如何处理这些事情。

HTTP响应代码应该是你感兴趣的事情。



Sure; read up on how your www server is designed to handle such things.

HTTP response codes should be your matter of interest.



神秘呀?

我认为他说的是这种事情......
http://www.checkupdown.com/status/E303.html


另一种方法是让你的登陆页面单帧框架页面,并使该框架的来源为您的重定向网址...这被许多停车使用

服务如: -


< html>

< head>

<! - url = http://homepage.ntlworld.com/xxxxxxxxx/ - >

< ; meta http-equiv =" Content-Type" content =" text / html;

charset = iso-8859-1">< title> xxxxxxxxxx< / title>< / head>

< frameset rows =" 100%,*"边界=" 0" framespacing = QUOT; 0" frameborder =" 0">

< frame src =" http://homepage.ntlworld.com/xxxxxxxxx/">

< / frameset>

< noframes>

< body>

点击< a
href =" http://homepage.ntlworld.com/xxxxxxxxxx/"> here< / a> ;.

xxxxxxxxxx通过< a href ="注册http://easily.co.uk"> Easily.co.uk - 获取

网站托管或域名注册在这里< / a>< br>< / body>

< / noframes>

< / html>


HTH


吉姆


cryptic eh?

I think he speaks of this kind of thing ...
http://www.checkupdown.com/status/E303.html

another way is to make your "landing" page a single frame frames page, and make
the source of that frame your redirection URL ... this is used by many "parking"
services like :-

<html>
<head>
<!-- url = http://homepage.ntlworld.com/xxxxxxxxx/ -->
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"><title>xxxxxxxxxx</title></head>
<frameset rows="100%,*" border="0" framespacing="0" frameborder="0">
<frame src="http://homepage.ntlworld.com/xxxxxxxxx/">
</frameset>
<noframes>
<body>
The website for jimlawton.info can be found by clicking <a
href="http://homepage.ntlworld.com/xxxxxxxxxx/">here</a>.
xxxxxxxxxxis registered through <a href="http://easily.co.uk">Easily.co.uk - get
web site hosting or domain name registration here</a><br></body>
</noframes>
</html>

HTH

Jim


Jim Lawton< uc ** @ use.your.initiative>写道:
Jim Lawton <uc**@use.your.initiative> wrote:
我认为他说的是这种事情......
http://www.checkupdown.com/status/E303.html

然后你还没理解这个问题,仍然答案很少。

这是一个常见的症状,试图帮助,甚至没有先阅读

常见问题解答。


(303响应代码非常特殊,并且OP很想要这样的东西是非常不可能的。

另一种方法是让你的登陆页面单帧框架
页面,并使该框架的源为您的重定向URL ...
I think he speaks of this kind of thing ...
http://www.checkupdown.com/status/E303.html
Then you haven''t understood the question, still less the answer.
This is a common symptom of trying to help without even reading the
FAQs first.

(303 response code is very special, and it is highly improbable that
the OP wanted anything like that)
another way is to make your "landing" page a single frame frames
page, and make the source of that frame your redirection URL ...




所以你坚持建议解决方案实际上只是创造了

的问题。


请保持你的伪造的野外作为一个无能/拖钓指示器

直到你希望贡献一些有用的东西。


-

Yucca, http://www.cs.tut.fi/~jkorpela/

有关网页制作的网页: http://www.cs.tut.fi/~jkorpela/www.html



So you insist on suggesting "solutions" that in reality just create
problems.

Please keep your forged From field as a cluelessness/trolling indicator
until you wish to contribute something useful.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


这篇关于自动重定向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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