I am having a web page rendered via iframe. On successfully submitting the form in iframe, i gave,
return HttpResponseRedirect("www.google.com")
But the target page is also getting loaded within iframe. How to specify the parent to reload from django view?
Just return some html:
redirect_template.html:Instead of:
Use: