跳转页面,跳转页面快捷键
全屏跳转页是什么意思

应该是网站的欢迎页面之类的,做成了全屏的形式,播放完毕或者点击跳转的按钮才能跳转的首页,找找有没有跳转的按钮咯,没有就等着呗。
什么叫跳转页面?
就是当你在一个网页点击一个链接时,浏览器跳转到那个链接代表的网页的一个过渡
链接可以是图片,文字,等等
怎么做网站跳转页
方案一
<html>
<head>
<meta http-equiv='Content-Language' content='zh-CN'>
<meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=gb2312'>
<meta http-equiv='refresh' content='0.1;url=http://www.dreamershop.com'>
<title></title>
</head>
<body>
</body>
</html>
方案二
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<title>正在进入</title>
</head>
<body>
<form name=loading>
<p align=center> <font color='#0066ff' size='2'>正在进入,请稍等</font><font color='#0066ff' size='2' face='Arial'>...</font>
<input type=text name=chart size=46>
<input type=text name=percent size=47>
<script>
var bar=0
var line='||'
var amount='||'
count()
function count(){
bar=bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+'%'
if (bar<99)
{setTimeout('count()',100);}
else
{_window.location = 'http://www.dreamershop.com';}
}</script>
</p>
</form>
<p align='center'> 如果您的浏览器不支持跳转,<a href='http://www.dreamershop.com'><font color='#FF0000'>请点这里</font></a>.</p>
</body>
</html>
跳转页面是什么意思啊!!
跳转页面就是你进入一个页面确忽然转到了另外一个页面,这就是跳转页面
怎么跳转页面??
只是想跳转页面的话不建议你用header.function gotoURL(){ echo ''; exit;}}