0
Why frame attribute i.e name is not working? Why frame1 is not displayed in first frame and frame2 in second frame?
<html> <frameset rows="50,50"> <frame name="frame1"/> <frame name="frame2"/> </frameset> </html>
3 Respuestas
0
<frameset rows="50%,50%">
<frame name="frame1.html" >
<frame name="frame2.html" >
</frameset>
0
Sir melih Melik me again facing same problem...its not working just showing me two blank frame....
0
The reason those files are not exist where you run this code.
If you create this example at your computer and have 2 other files it will work
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_frame_cols