I've a code with redirect to a login page if nobody is registered. It works
fine on IE6, but I'm trying with NS, and it doesn't work.
Here is the code:
<form name="RedirectL ogin" method="POST" action="login.p hp">
<input type="hidden" name="LogType" value="ManagePr ofile">
</form><script
language="javas cript">document .forms["RedirectLo gin"].submit();</script>
I've even tried with 'RedirectLogin' , but it doesn't work either.
please help
Bob
fine on IE6, but I'm trying with NS, and it doesn't work.
Here is the code:
<form name="RedirectL ogin" method="POST" action="login.p hp">
<input type="hidden" name="LogType" value="ManagePr ofile">
</form><script
language="javas cript">document .forms["RedirectLo gin"].submit();</script>
I've even tried with 'RedirectLogin' , but it doesn't work either.
please help
Bob
Comment