今天想在和讯个人首页加个股票的frame,发现积分不够,先把地址记下以后用
<iframe width="270" height="186" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" src="http://data.stock.hexun.com/iframeQuote/stock2008.htm"></iframe>
顺便整理一下关于frame的html标签:
今天发现frameset和iframe好像不能共存。。。
marginwidth="0" marginheight="0" src="http://data.stock.hexun.com/iframeQuote/stock2008.htm" scrolling="no" width="270" frameborder="0" height="186">
google的博客支持插入frame,看看我的实现
http://exocean.blogspot.com
- <iframe width="270" height="186" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"
- src="http://data.stock.hexun.com/iframeQuote/stock2008.htm"></iframe>
顺便整理一下关于frame的html标签:
Tag | Description |
---|---|
<frameset> | Defines a set of frames |
<frame> | Defines a sub window (a frame) |
<noframes> | Defines a noframe section for browsers that do not handle frames |
<iframe> | Defines an inline sub window (frame) |
今天发现frameset和iframe好像不能共存。。。
marginwidth="0" marginheight="0" src="http://data.stock.hexun.com/iframeQuote/stock2008.htm" scrolling="no" width="270" frameborder="0" height="186">
google的博客支持插入frame,看看我的实现
http://exocean.blogspot.com