Jump to content

get web content?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
I wanted to know if it is possible to get content of a webpage . for example a website xyz has login and password field , i have a java gui in which when user enters the login and password , it goes to that website and logs in and then display the contents of it ?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Yes, it's possible.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
ahmed

ahmed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 304 posts
can you mention the way i can do this thing? i don't think you can use POP3 with this

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
POP3 is for email. You'd use an HTTP connection, or a Java HTTP connection.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog