由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 如何设置自动导向到另外一个网页?
相关主题
初级perl问题动态生成pdf一问
[转载] 一个简单问题如何用ASP在一个网页中判断
Webpage making help!Google搜不到我的网页
[转载] 紧急求助 制作网页乱码的问题在domain.com买了个.com的域名,如何将其指到我的个人网页?
网页编码问题请教other urls Re: 怎么设置可以看到CODE?
打开网页全是乱码咋回事?谁能帮我一个大忙,先万分感谢!
如何强制PHP生成的网页utf-8如何让一个域名完全镜像另外一个域名?
一个java web access的问题Re: 我记得留言板里加一句话 ---那句话是什么来着?
相关话题的讨论汇总
话题: url话题: wonder话题: 网页话题: 导向话题: header
进入BuildingWeb版参与讨论
1 (共1页)
c****q
发帖数: 27
1
希望当有人访问某一网页时,能自动导向到另一个网页?
s**********i
发帖数: 711
2

basically 3 ways,
1, in header, define
location: http://www.xxx.com/...
2, in header, define
refresh: 4;http://www.xxx.com...
3, in HTML,
http://www.xxx.com/...">
replace www.xxx.com with the URL you want the visitor see,
replace 4 with time (seconds) you want the visitor wait before
take him/her to the other URL.

【在 c****q 的大作中提到】
: 希望当有人访问某一网页时,能自动导向到另一个网页?
g******d
发帖数: 157
3
So how do you come up with this sample address "www.xxx.com"?
do they pay you ad fee? hehe :p

【在 s**********i 的大作中提到】
:
: basically 3 ways,
: 1, in header, define
: location: http://www.xxx.com/...
: 2, in header, define
: refresh: 4;http://www.xxx.com...
: 3, in HTML,
: http://www.xxx.com/...">
: replace www.xxx.com with the URL you want the visitor see,
: replace 4 with time (seconds) you want the visitor wait before

c*****t
发帖数: 1879
4

^^^^^^^^
no wonder :)

【在 g******d 的大作中提到】
: So how do you come up with this sample address "www.xxx.com"?
: do they pay you ad fee? hehe :p

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
Re: 我记得留言板里加一句话 ---那句话是什么来着?网页编码问题请教
How to automatically reload the webpage?打开网页全是乱码咋回事?
问一个关于charset的问题如何强制PHP生成的网页utf-8
Need your help about the page expired.一个java web access的问题
初级perl问题动态生成pdf一问
[转载] 一个简单问题如何用ASP在一个网页中判断
Webpage making help!Google搜不到我的网页
[转载] 紧急求助 制作网页乱码的问题在domain.com买了个.com的域名,如何将其指到我的个人网页?
相关话题的讨论汇总
话题: url话题: wonder话题: 网页话题: 导向话题: header