
July 9th, 2008, 10:34 PM
|
|
Contributing User
|
|
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 65
Time spent in forums: 1 Day 1 h 5 m 28 sec
Reputation Power: 4
|
|
|
Redirect problems
I'm sure this is quite simple, but I've got a login form and I would like them to be redirected to the previous page, I'm using this code:
Code:
<meta http-equiv="Refresh" content="3; url=javascript:history.go(-1)" />
To try to redirect them, but it's not doing anything, it loads the page then nothing, when I take out the "url=" it keeps refreshing the same page over again..
Any ideas?
Thanks
|