Closed Thread
Results 1 to 2 of 2

Thread: Anyone Know How to Click A Button Using Javascript?

  1. #1
    tradingjamie is offline Learning Programmer
    Join Date
    Mar 2009
    Posts
    37
    Rep Power
    0

    Anyone Know How to Click A Button Using Javascript?

    Hey Guys,

    Does anybody know how to code up writing text into a text box and then clicking a button on a website?

    Like I want to write something that types in your username and password in the googlemail site - (mail.google.com) - and then click the login button?

    Cheers
    Jay

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Anyone Know How to Click A Button Using Javascript?

    Those are input fields
    HTML Code:
    <input type="text" name="user"><br />
    <input type="text" name="pass"><br />
    <input type="submit" value="Login!">
    HTML Tutorial

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Simulate a button click?
    By bluemasterflows in forum Java Help
    Replies: 1
    Last Post: 12-23-2010, 02:45 PM
  2. Help Click a Button on a web page?
    By lobfredd in forum Visual Basic Programming
    Replies: 2
    Last Post: 05-15-2010, 06:47 AM
  3. Search TXT file with button click
    By kevinsabres in forum Visual Basic Programming
    Replies: 0
    Last Post: 05-05-2010, 11:50 AM
  4. click ads on webpage using a button
    By evilhackerz in forum HTML Programming
    Replies: 5
    Last Post: 05-20-2009, 12:18 PM
  5. Button Click
    By Lop in forum C# Programming
    Replies: 5
    Last Post: 05-23-2006, 07:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts