Hi, I want use frameset in template. But I am getting error. How can I use frameset in template?
My example: fisrt.html <html> <body> template one </body> </html> second.html <html> <body> template two </body> </html> main.html <html> <body> <frameset cols="20%,80%"> <frame src="first.html"/> <frame src="second.html"/> </frameset> </body> </html> output is: first.html, didn't match any of these. second.html, didn't match any of these. Page seperated to two page but there are errors in each frame. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.