Auto fill any website form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Monish30
    New Member
    • Mar 2010
    • 11

    Auto fill any website form

    Hi Friends

    I want to fill sign up form of facebook https://www.facebook.co m/ from asp.net code i don't how to do so.

    I have data in .xml file and i have code that pickup 1 by 1 value from .xml but now sure how to fill form of facebook.com in new tab.

    When i click on fill form button it would open in new tab with data filled.

    can anyone assist me how to do so using asp.net code.

    Thanks in advance
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    This is not a code writing service but if you post the code you've tried along with any errors you get, we can help guide you to a solution.

    Comment

    • Monish30
      New Member
      • Mar 2010
      • 11

      #3
      Hi ,

      Thanks for your reply. Actually i have tried using iframe i have open the page in iframe and try to set the element value but cross domain javascript is not supported.

      I just need logic how to do so i will generate the code.

      For example if you say that open page in iframe then find control and set the value.

      like that only logic no code. I don't know how to do so.

      Thanks in advance

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        Like you said, cross domain javascript is not allowed. But why are you using javascript? You said you're using .net. Use that to access the website through a HTTP web request or similar class.

        Comment

        Working...