Archive for the ‘Java Script & Ajax’ Category

Simple redirection in Java Script

Sunday, October 8th, 2006

Once I am trying to redirect a cgi script with cookies or after writing the cookies header. I searched a lot of stuff and found that in cgi redirection can be done only before writing the header information. Digging in to the problem I found this simple solution….