Results 1 to 1 of 1
- 10-29-2010, 06:20 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 22
- Rep Power
- 0
how to login to website to get access using java?
i am a paid subscriber of a website, and i want to write a program that automatically downloads the subscriber-only content and make sense of it automatically (the scale is too large to do it manually).
however, im stuck at the login. how do i make the java program log in to the site so that the program will be able to download the subscriber only content to make sense of it all automatically?
thanks.Java Code:<form method="post" action="/user/do_login.html"> <ul> <li class="sic_username"> <label for="sic_login_username">Username</label> <input id="sic_login_username" name="name" type="text" class="sic_textbox" /> </li> <li class="sic_password"> <label for="sic_login_password">Password</label> <input id="sic_login_password" name="password" type="password" class="sic_textbox" /> </li> <li class="sic_remember"> <label for="sic_login_remember">Remember</label> <input id="sic_login_remember" name="remember" type="checkbox" /> </li> <li class="sic_submit"> <input id="sic_login_submit" type="submit" value="Login" class="sic_logInOut" /> </li> </ul> </form>Last edited by theChameleon; 10-29-2010 at 06:51 PM.
Similar Threads
-
Java - Getting Login ID
By java_goose in forum Advanced JavaReplies: 0Last Post: 04-27-2010, 08:16 AM -
Trying to login to a website then grab another page
By DaveTheAve in forum New To JavaReplies: 6Last Post: 04-14-2010, 09:44 PM -
How to download website (Get all link in website)
By finalmem in forum Advanced JavaReplies: 0Last Post: 11-12-2008, 08:43 AM -
cannot open database requested in login. Login fails
By banduskank in forum JDBCReplies: 0Last Post: 06-25-2008, 12:41 PM -
Kode Java Website
By wsaryada in forum Reviews / AdvertisingReplies: 4Last Post: 01-18-2008, 09:16 PM


LinkBack URL
About LinkBacks

Bookmarks