Why frame attribute i.e name is not working? Why frame1 is not displayed in first frame and frame2 in second frame? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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>

25th Apr 2019, 11:34 AM
Usman Zafar
Usman Zafar - avatar
3 Answers
0
<frameset rows="50%,50%"> <frame name="frame1.html" > <frame name="frame2.html" > </frameset>
25th Apr 2019, 11:51 AM
Melih Melik Sonmez
Melih Melik Sonmez - avatar
0
Sir melih Melik me again facing same problem...its not working just showing me two blank frame....
25th Apr 2019, 12:29 PM
Usman Zafar
Usman Zafar - avatar
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
25th Apr 2019, 12:53 PM
Melih Melik Sonmez
Melih Melik Sonmez - avatar