Re: querystring redirect

2009-06-15 Thread Rama Vadakattu
This can be done with javascript as follows : 1) View/middleware (depends on your needs) detects the redirection url 2) put down the redirection url in the context and redirect to template say abc.html 3) in abc.html a) put the message "your are leaving our site" b) write javascript

querystring redirect

2009-06-15 Thread Bobby Roberts
hi all... is it possible to do the following? let's say the user types in the following url into their browser: mysite.com/redirect/?http://www.newsiteout.com/whatever.asp Is it possible to snag the redirect url after the ? in the url and then use it to do a redirect? I've run into a situation