hi there,
i got a problem with my browser when i try to login to my website..
i use javascript to link the login page to the next page using the codes below:
<script type="text/javascript">location.href="login/welcome.php"</script>
when i used this code at firefox browser it works well, however when using IE it doesn't works.. the address bar will shows something like
when i just put
<script type="text/javascript">location.href="welcome.php"</script>
it works on IE but not in firefox.. what's wrong with the path?
can anyone help me what should i do to make sure both browser can give the same result?
thanks in advance..