Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: how to make program log in to get access to subscriber only content?

  1. #1
    Junior Member
    Join Date
    Oct 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to make program log in to get access to subscriber only content?

    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?

                <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>

    thanks.


  2. #2
    Member Darryl.Burke's Avatar
    Join Date
    Mar 2010
    Location
    Madgaon, Goa, India
    Posts
    494
    Thanks
    8
    Thanked 48 Times in 46 Posts

    Default Re: how to make program log in to get access to subscriber only content?

    Cross posted
    how to make program log in to get access to subscriber only content? (Beginning Java forum at JavaRanch)

    db

Similar Threads

  1. How To Make The Program Jump To The Next Function..
    By Kumarrrr in forum What's Wrong With My Code?
    Replies: 7
    Last Post: March 3rd, 2010, 12:33 AM
  2. how to make a program take time...
    By DLH112 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 10th, 2010, 07:09 PM
  3. Help with a program to make a landscape picture
    By noseeds in forum Java Theory & Questions
    Replies: 1
    Last Post: December 15th, 2009, 10:25 PM
  4. quite small (make the changelog non-static, i.e. load its content from a file)
    By Abdallah in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: November 30th, 2009, 09:00 PM
  5. Java program to write game
    By GrosslyMisinformed in forum Paid Java Projects
    Replies: 3
    Last Post: January 27th, 2009, 03:33 PM