multi-frameset and non-re-sizable html frame pages

Wed Feb 01, 2012 10:52 pm

Following example uses multi-frameset which includes an inner frameset , and each fame is not re-sizable.

Code:
<html>

<
frameset rows="10%,90%">

<
frame noresize="noresize" src="header.htm">

<
frameset cols="80%,20%">
<
frame noresize="noresize" src="body.html">
<
frame noresize="noresize" src="footer.html">
</
frameset>

</
frameset>

</
html>
 




  Related Posts  to : multi-frameset and non-re-sizable html frame pages
 Three different columns Frameset     -  
 three rows frameset .     -  
 How to design these JSP pages?     -  
 Mapping JSPs pages     -  
 Multi Thread Program     -  
 help for making web pages using servlets     -  
 Multi colored table rows     -  
 Javascript Multi-dimensional Arrays     -  
 How can I enable session tracking for JSP pages if the brows     -  
 JavaFX Program to display IE Favorites web pages     -  

Topic Tags

HTML Frame