Menu

How to access directly to the chat ?

Help
2002-05-14
2012-09-14
  • Olivier AMRAM

    Olivier AMRAM - 2002-05-14

    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.

     
    • Henning Schaefer

      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.

       
    • Olivier AMRAM

      Olivier AMRAM - 2002-05-22

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.