Remove one Frameset Completely and merge that Frameset HTML files into 1 HTML file -



Remove one Frameset Completely and merge that Frameset HTML files into 1 HTML file -

i have mainframe.html file, in html file have remove

<frameset cols="20%,80%*" id="frameset1" >

completely , have merge 2 html files 1 html file.

//mainframe.html (note: finish html code)

<html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>abc</title> <script src="./resourcefiles/jquery-1.10.2.min.js" language="javascript"></script> <style type="text/css"></style></head> <frameset rows="80,*" id="frameset0" > <frame src="./resourcefiles/showtopframe.htm" > <frameset cols="20%,80%*" id="frameset1" > <frame src="./resourcefiles/showleftnav.htm" name="menu" > <frame src="./resourcefiles/content.htm" name="information" > </frameset> </frameset> </html>

as mentioned in above code have 2 frame source :

<frame src="./resourcefiles/showleftnav.htm" name="menu" > <frame src="./resourcefiles/content.htm" name="information" >

so, here have merge above dynamically created html files showleftnav.htm , content.htm 1 html file.

or can say, want display above 2 html files in lower frame.

note: finish web page should divided 2 rows only.

html frameset

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -