I would like to access directly to the chat page (no on the login page) with a html address where I put my login and passwd (e.g. http://localhost/chat?login=...\). I need to remove the login page and to read the login and passwd in the adress.
Anybody can help me?
Thanks.
Olivier.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have done so by replacing all input fields (and dropdown boxes) on the login page by invisible ones (INPUT TYPE=HIDDEN), with the same name as the original ones. The values can be filled with the parameters given to the chat.php page. Then remove everything that puts text onto the page (you should have a "blank" page with hidden form fields then). Before the closing </BODY> tag just put a JavaScript section that performs the submit for you automatically.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could you send me the differents files that you have modified because I'm not a expert of PHP or Java langage and I don't understand all your explanations.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would like to access directly to the chat page (no on the login page) with a html address where I put my login and passwd (e.g. http://localhost/chat?login=...\). I need to remove the login page and to read the login and passwd in the adress.
Anybody can help me?
Thanks.
Olivier.
Hi!
I have done so by replacing all input fields (and dropdown boxes) on the login page by invisible ones (INPUT TYPE=HIDDEN), with the same name as the original ones. The values can be filled with the parameters given to the chat.php page. Then remove everything that puts text onto the page (you should have a "blank" page with hidden form fields then). Before the closing </BODY> tag just put a JavaScript section that performs the submit for you automatically.
Could you send me the differents files that you have modified because I'm not a expert of PHP or Java langage and I don't understand all your explanations.
Thanks.