JavaScript Reference/Javascript Properties/frameSpacing — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:22, 26 мая 2010
"frameSpacing" Example
<html>
<body>
<frameset id="myFrameset"
onload="alert(window.myFrameset.frameSpacing);"
rows="200,*"
border="15px"
framespacing="2">
<frame name="topFrame" noresize scrolling="NO" src="http://www.wbex.ru">
<frame name="mainFrame" src="http://www.wbex.ru">
</frameset>
</body>
</html>
"frameSpacing" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<frameset> |
+----------------+--------------------------------------------------------------+
"frameSpacing" Syntax and Note
Note:
Read and write property.
Sets the spacing in pixels between frames of a frameset.
Default value is 2.
Syntax:
window.framesetID.frameSpacing = value