Yesterday at 11:12am +0530 Ajay Pal Singh Atwal wrote: > < form action="http://mail.server.org/src/redirect.php" method="post" > > < input value="1" name="just_logged_in" type="hidden" >
Thank you Ajay Pal Atwal for your solution. You code required a little addition. The code used by me is given below signature. -- H.S.Rai http://www.grex.org/~hsrai | Registered Linux User # 223684 http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=223684 ============ Code ================================ <FORM action="http://my_mail_server/src/redirect.php" method=post> <INPUT type=hidden value=1 name=just_logged_in> <INPUT type=hidden value=0 name=js_autodetect_results> <p>User Name:<br> <INPUT name=login_username size="18"><Br>Password:<br> <INPUT type=password name=secretkey size="18"></p> <p> <INPUT type=submit value=Login> </FORM> ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
