On 8/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> That works if i redirect a django view page to another django view
> page.
> what if i want to redirect to a non-django view page,like a mp3 file.

Being able to see the correct current URL is a vital security feature
in web browsers, and (short of using JavaScript to open a new window
which lacks a location bar -- something not guaranteed to work because
browsers allow users to disable this ability) there is no way to
accomplish this.

-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to