I need code for iframe for the replacement of frameset.
My frameset code is
<frameset rows="14%,*">
<frame src="logout.html" scrolling=no>
<frameset cols="25%,75%">
<frame src="Players Name.html">
<frame src="Dhoni.html" name="secondframe">
</frameset>
</frameset>
I need it in iframe. I cant able to nest iframe which i did in frameset. Is it possible to write code on iframe. As I have heard that iframe is advanced one for frameset. Please tell me what I need to do for this.