Quote:
|
Originally Posted by wdoa i have successfully used this to pass username and password through to my wrapped asp site, however in Firefox when i click on my menu link to the wrapper i get a blank page in the wrapper and the source looks as though it is stuck at the login form, which is not being submitted. Is there something else i need to do to get it to work in firefox?
Cheers |
after some source viewing i discovered the form name for the wrapper login is "login" which is the same as the mambo login form name. So i renamed the wrapper login form to login_wrapper, the same as the form ID and all works fine.
Excellent