How can i go to this page
http://m.mig33.com/member2/t.php?cmd...g33&showpart=1
on my own page?? need username and password to go this page. i want to go like this...
here is my user name and password to check the page.
username: vbmanmad
password: vbforum
i have created form like this to go that page.
how can i save user name and password and go to that url...??Code:<html> <body> <center> <h1>Checking Room Participents</h1> <form action="http://m.mig33.com/member2/t.php?cmd=joinchat&room=mig33&showpart=1" method="post"> Username: <input type="text" name="username" size="20" value=""><br> Password: <input type="password" name="password" size="20" value=""><br> Room Name to view participents: <input type="text" name="roomname" value="mig33" size="20"><br> <input type="submit" value="view"> </form> </center> </body> </html>




Reply With Quote