论坛: 网站建设 标题: [讨论]关于页面跳转的问题 复制本贴地址    
作者: askeom [askeom]    论坛用户   登录
用asp的Response.Redirect或用js的window.location.href的办法可以

从一个页面跳转到另一个页面

如何可以跳转到指定的"name"的页面中呢?(我是用框架的)


[此贴被 Aoming(aoming) 在 03月20日12时07分 编辑过]

地主 发表时间: 05-03-18 00:33

回复: duhong_007 [duhong_007]   论坛用户   登录
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="http://www.icehack.com">
<meta name="description" content="http://www.icehack.com">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="MSThemeCompatible" content="Yes">
<meta http-equiv="refresh" content="1;url=http://www.icehack.com">
</html>


B1层 发表时间: 05-03-18 11:18

回复: RunwinY [runwin]   论坛用户   登录
楼主的问题我不会解决。。但是楼上的那位兄台的回答似乎有点.....

B2层 发表时间: 05-03-18 22:58

回复: Aoming [aoming]   版主   登录
the main.htm
======================
<html>
<frameset>
<frame src="JavaScript:window.location.href='market.htm#name'">
<noframes> ... </noframes>
</frameset>
</html>
======================

the market.htm
======================
<html><head></head>
<body>
some text I
(maybe long long long....)

<a name="name">a name point

some text II
</body>
</html>
======================


B3层 发表时间: 05-03-19 00:28

论坛: 网站建设

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号