Hi All,

I have a situation on the Django site where a view needs to either
return a normal page, or it might need to open a new browser window to
display the response (a report). I know for the normal case I can just
return an HttpResponse, but is there anything that can cause the
response to be displayed in a new browser window? I'd like to get the
same affect that using "target=" would have with a link.

Thanks much,
Bob


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to