查看: 963|回复: 6
|
会HTML的人请帮帮小弟...
[复制链接]
|
|

就是说一个page我可以显示很多个网站.
帮帮我. |
|
|
|
|
|
|
|
发表于 4-10-2007 04:02 PM
|
显示全部楼层
原帖由 ahan1232000 于 4-10-2007 03:55 PM 发表 
http://img2.freeimagehosting.net/uploads/33c525fc92.jpg
就是说一个page我可以显示很多个网站.
帮帮我.
不明白你的问题。
如果你要一个page显示多个网站你可以用frame。 |
|
|
|
|
|
|
|

楼主 |
发表于 4-10-2007 06:27 PM
|
显示全部楼层
原帖由 ayumi0406 于 4-10-2007 04:02 PM 发表 
不明白你的问题。
如果你要一个page显示多个网站你可以用frame。
就如这样..

一个page可以开两个网站.
只是在HTML写一点东西就可以了...
如果换网站的话必须进Source里面改的 |
|
|
|
|
|
|
|
发表于 4-10-2007 08:50 PM
|
显示全部楼层
用frame咯 |
|
|
|
|
|
|
|
发表于 4-10-2007 11:06 PM
|
显示全部楼层
很多网站都不支援iframe,其实这是一个值得探讨的问题,只是楼主发的资料不够详细而已 |
|
|
|
|
|
|
|
发表于 5-10-2007 09:47 AM
|
显示全部楼层

isit something like this??
你可以用frame.你是用什么软件来写你的网页呢?
如果用DW可以按insert-->frames-->然后选你要怎么样的frame了。
在那之前,你必须开两个网页。然后Link进你开frame的那页就可以了。
就像:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" c>
<frameset border="5" framespacing="5" frameborder="5" rows="50%,50%">
<frame src="http://www.yahoo.com" name="header" frameborder="yes" scrolling="yes" noresize >
<frame src="http://www.google.com" name="footer" frameborder="yes" scrolling="yes" noresize>
</frameset>
</head>
<body>
</body>
</html>
希望可以帮到你 |
|
|
|
|
|
|
|

楼主 |
发表于 7-10-2007 12:42 AM
|
显示全部楼层
原帖由 ayumi0406 于 5-10-2007 09:47 AM 发表 

isit something like this??
你可以用frame.你是用什么软件来写你的网页呢?
如果用DW可以按insert-->frames-->然后选你要怎么样的frame了。
在那 ...
ya,就是这个!谢谢你!
我已经找到frames的资料了
[ 本帖最后由 ahan1232000 于 7-10-2007 12:59 AM 编辑 ] |
|
|
|
|
|
|
| |
本周最热论坛帖子
|