Frame 'cols' Example : Frame FrameSet : HTML : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  HTML   » [  Frame FrameSet  ]   
 



Frame 'cols' Example

Please note that some example is only working under IE or Firefox.

    
<html>
<body>
<frameset onmouseover="alert(this.cols);" 
          cols="20%,*" 
          border="15px" 
          framespacing="0"
    <frame name="topFrame" noresize scrolling="NO" src="http://www.java2s.com">
    <frame name="mainFrame" src="http://www.java2s.com">
</frameset>
</body>
</html>

    
      
      
Related examples in the same category
1.  Parent window
2.  Window top frame
3.  'rows' Example
4.  'noResize' Example
5.  'frameElement' Example
6.  'frameBorder' Example
7.  'frameSpacing' Example
8.  Frameset in Javascript
9.  Create frameset
10.  Hide and Show Frame ExampleHas Download File
11.  Handling Load Events in a Layout Document
12.  Frameset for document.URL Property Reader
13.  Creating a Blank Frame
14.  A blank frameset with Javascript
15.  Get frame size
16.  Make new frameset
17.  Frameset NavigatorHas Download File
18.  Frameset show and hideHas Download File
19.  Multiple Search EngineHas Download File
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.