G
Guest
Hello,
I need to login to phpbb Forum when user clicks a ASP:Login control.
I can do this by posting a form to phpbb/login.php with username and
password ( the user & password I know ).
My problem is that this has to be on an ASP page. I don't think you can
embed forms within other forms.
I am able to Response.Redirect("login.php?username=foo;passward=bar")
but the problem is that the URL with password shows up in the browser URL
window.
I tried also the PostbackUrl of a link button and that shows up as well.
Anyone know how to suppress the URL from showing in the window?
Anyone sync'd up several logins at once or have any ideas?
Thanks,
bruce
I need to login to phpbb Forum when user clicks a ASP:Login control.
I can do this by posting a form to phpbb/login.php with username and
password ( the user & password I know ).
My problem is that this has to be on an ASP page. I don't think you can
embed forms within other forms.
I am able to Response.Redirect("login.php?username=foo;passward=bar")
but the problem is that the URL with password shows up in the browser URL
window.
I tried also the PostbackUrl of a link button and that shows up as well.
Anyone know how to suppress the URL from showing in the window?
Anyone sync'd up several logins at once or have any ideas?
Thanks,
bruce