I have a javascript login box on my site (www.cigardig.com) that a user can click on and login on any page. The way I would like it to work is that once a user hits submit, they are redirected back to the page they logged in on. So, for example, if I login in Page 1, I want to be redirected back to Page 1 once the login is successful.
I have it implemented now; however, I've read that it's not a reliable method since some browsers and/or firewall software blocks the sending of this variable. Honestly though, I thought that since this is handled on the server not the browser that it shouldn't be blocked?
In any case, is there another way to do this that is compatible across every browser?