Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i need to get user&pass text boxes of loginpage from another page and then press submit button programmaticaly
have u any solution
thanks.
Posted
Comments
Uday P.Singh 10-Apr-12 13:25pm    
not clear what are you trying to do?
resaneh 10-Apr-12 13:47pm    
i have 4pages for login to 4 systems
i want to prepare a form as interface and when i cogin to them
automatically all my User&Pass submit to per loginpage and i without reloginnig to them i used them.
i need to get textbox for U&P of per page and after filling them i handle submit button of per page until i can use each .
deepureddy18 1-May-12 8:56am    
using sessions we can pass username and password to other pages.and plz explain how your form having submit button, is it user click submit button only once at a time or 4 times ?

1 solution

You can't simply get the page, fill in textboxes and submit it remotely. If you want to something like this you will need to post the required data to the sites in question.

http://www.netomatix.com/httppostdata.aspx[^]
http://geekswithblogs.net/rakker/archive/2006/04/21/76044.aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900