Bamboo
IFRAME Usage
IFrame is not very common, very small in the standard web page. But some friends often ask, let me introduce it to its usage, you only have to master these parameters.
SRC = "../../ serve / mend / sp2.htm" frameborder = "0" width = "420" height = "330">
WIDTH represents the width, Height represents the width, and adjusts according to the actual situation. Scrolling indicates whether the page scroll bar is displayed, and the optional parameter is auto, yes, no, if this parameter is omitted, the default is Auto.
II. How to implement the hyperlink on the page to point to this embedded web page? As long as you name this iframe is naming. The method is
Name = "aa" src = "../../ serve / mend / sp2.htm" frameborder = "0" width = "420" height = "330">
三, if Frameborder is set to 1, the effect is like a text box, as follows:
SRC = "../../ serve / mend / sp2.htm" frameborder = "1" width = "420" height = "330">