Results 1 to 3 of 3
  1. #1
    redbull's Avatar
    redbull is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2012
    Location
    Missouri
    Posts
    480

    "javascript:doSubmit('HELPPLEASE')"

    Okay, I am trying to navigate thru a website automatically. From a form, the user hits a button... it loads the website, and enters the credentials without issue. I am trying to initiate the click for login.... Everything I try does not work!


    ---What the HTML says the button is----
    <input class="tButton" type="SUBMIT" value="Log In" name="Login">
    -----------------------------------------------
    ----What I have been trying ---
    'xxx.Navigate "javascript:doSubmit('Log In');"
    ' xxx.Document.all.Item("Log In").Click
    'xxx.Navigate "javascript:doSubmit('Login');"
    ' xxx.Document.all.Item("Login").Click
    ---------------------------------
    I started thinking maybe it is a Javascript function that is running when that button is pressed... I found this function with the help of firebug addon for firefox. I would just post the website but it is an intranet site

    'xxx.Navigate "javascript:doSubmit('wldInitialisePage');"



    Any ideas or suggestions would be great... I think I have hit a wall....

    Here is an image of the html on the site.... http://i.imgur.com/M1S6F.jpg

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,825
    Doesn't look like an Access question. Try a Java forum.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    redbull's Avatar
    redbull is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Mar 2012
    Location
    Missouri
    Posts
    480
    That would make sense.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 11
    Last Post: 03-29-2012, 02:32 PM
  2. Replies: 0
    Last Post: 01-11-2012, 12:34 PM
  3. Replies: 8
    Last Post: 08-05-2011, 02:55 PM
  4. Replies: 16
    Last Post: 07-22-2011, 09:23 AM
  5. "Group By" causes "ODBC--Call Failed" error
    By kaledev in forum Queries
    Replies: 1
    Last Post: 03-09-2011, 02:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums