'noResize' Example : Frame FrameSet « HTML « JavaScript DHTML

JavaScript DHTML
1. Ajax Layer
2. Data Type
3. Date Time
4. Development
5. Document
6. Dojo toolkit
7. Event
8. Event onMethod
9. Form Control
10. GUI Components
11. HTML
12. Javascript Collections
13. Javascript Objects
14. Javascript Properties
15. jQuery
16. Language Basics
17. Node Operation
18. Object Oriented
19. Page Components
20. Security
21. Style Layout
22. Table
23. Utilities
24. Window Browser
25. YUI Library
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorial
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
JavaScript DHTML » HTML » Frame FrameSet 
'noResize' Example
 
    
<html>
<frameset rows="50,*" frameborder="yes" border="20px" framespacing="5" cols="*">
<frame id="myFrame" name="topFrame" scrolling="NO" src="http://www.java2s.com">
<script language="javascript">
    document.getElementById("myFrame").noResize = true;
</script>
<frameset cols="25%,*" border="15px" framespacing="0">
<frame name="leftFrame" marginheight="15" noresize scrolling="NO" src="http://www.java2s.com">
<frame name="mainFrame" src="http://www.java2s.com">
</frameset></frameset>
</html>

    
      
        
  
Related examples in the same category
1. Parent window
2. Window top frame
3. Frame 'cols' Example
4. 'rows' Example
5. 'frameElement' Example
6. 'frameBorder' Example
7. 'frameSpacing' Example
8. Frameset in Javascript
9. Create frameset
10. Hide and Show Frame Example
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 Navigator
18. Frameset show and hide
19. Multiple Search Engine
20. File: frameset.htm
w__w_w___.__j_a_v___a___2_s__._c__o__m | |Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.