html5 - Access previous frameset id in other frameset using javascript -


Anyone can help solve this issue,

I have only one HTML page There are some framesets and frames like,

  & lt; Frameset id = "mainframe" rows = "110, *, 0,0" frameborder = "0" range = "0" onload = "FrameonLoad ()" & gt; & Lt; Frame id = "banner" name = "banner" src = "banner.shtml" notresize = "notices" scrolling = "no" frameborder = "0" & ​​gt; & Lt; frameset id = "subframe" cols = "268, *" & gt; & Lt; Frame id = "tree" name = "tree" src = "links.htm" noresize = "noresize" frameborder = "0" & ​​gt; & Lt; Frame id = "main" name = "main" src = "splash.shtml" frameborder = "0" & ​​gt; & Lt; / Frameset & gt; & Lt; Frame id = "status1" name = "status1" src = "status.shtml" scrolling = "no" frameborder = "0" & ​​gt; & Lt; Frame ID = "map" name = "map" src = "globdat.shtml" scrolling = "no" frameborder = "0" & ​​gt; & Lt; / Frameset & gt; To be in frames with id = "main", there is a need to reach the frameset with id = "mainframe".  

P>

Div class = "post-text" itemprop = "text">

In HTML5 & lt; Frame & gt; The tag is not supported, so instead you should & lt; Iframe & gt; to use.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -