SAbsar
Mac Graduate
Hi.
I just created a community website for my old school friends to share memories and stuff with each other.
Well, they all use Windows (and IE ), so I designed the website on a Windows machine (another reason was that I forgot my laptop CHARGER at home while on vacation, and only had access to a windows machine for a whole month!).
The website forwards to a lot of pages. I mean after the user is asked for the password, he is authenticated at login.php and then forwarded to home.php and so on.
I used the following JS to forward:
window.document.URL=........
Now this function doesnt work with any mozilla browser on windows (niether on the mac). What substitute is there to make it work with ALL browsers.
I just created a community website for my old school friends to share memories and stuff with each other.
Well, they all use Windows (and IE ), so I designed the website on a Windows machine (another reason was that I forgot my laptop CHARGER at home while on vacation, and only had access to a windows machine for a whole month!).
The website forwards to a lot of pages. I mean after the user is asked for the password, he is authenticated at login.php and then forwarded to home.php and so on.
I used the following JS to forward:
window.document.URL=........
Now this function doesnt work with any mozilla browser on windows (niether on the mac). What substitute is there to make it work with ALL browsers.