Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: How to script a web sign-in process?


Message #1 by "RDDev" <rddev@h...> on Wed, 12 Dec 2001 18:53:18
Hello RDDev,

You can open link as follows:

<script>
     location.href = "http://user_name:user_password@w.../";
</script>

Wednesday, December 12, 2001, 9:53:18 PM, you wrote:

R> I have a web project that needs to simulate an automatic website sign-in
R> process. Simply speaking, the script will open a website and type in the
R> username/password (stored/configured in the script beforehand), then post 
R> the sign-in request... 

R> Could you let me share your code or idea if you have any experience on 
R> this?

R> Regards
R> Rd

R> ---
R> 
R> 



-- 
Best regards,
 Konstantin Sokolovskiy (mailto:ske@u...)
 ICQ# 44424442


  Return to Index