有没有办点击一个链接后用框架打开这个链接所在的网页?
有没有办点击一个链接后用框架打开这个链接所在的网页?例如点击以下链接<ahref="http://baidu.com">baidu</a>如何让他在新窗口中用frame的...
有没有办点击一个链接后用框架打开这个链接所在的网页?
例如点击以下链接
<a href="http://baidu.com">baidu</a>
如何让他在新窗口中用frame的方式打开百度的网页
----------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<meta content="" name="description">
<meta content="" name="keywords">
</head>
<frameset rows="30,*" border=0>
<frame name="top" src="showtop.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize>
<frame name="bottom" src="http://baidu.com" marginwidth="0" marginheight="0" scrolling="Auto" frameborder="no" noresize>
<noframes>
<body>
<p>本页面使用了帧,但您的浏览器不支持.</p>
</body>
</noframes>
</frameset> 展开
例如点击以下链接
<a href="http://baidu.com">baidu</a>
如何让他在新窗口中用frame的方式打开百度的网页
----------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<meta content="" name="description">
<meta content="" name="keywords">
</head>
<frameset rows="30,*" border=0>
<frame name="top" src="showtop.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize>
<frame name="bottom" src="http://baidu.com" marginwidth="0" marginheight="0" scrolling="Auto" frameborder="no" noresize>
<noframes>
<body>
<p>本页面使用了帧,但您的浏览器不支持.</p>
</body>
</noframes>
</frameset> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询