Results 1 to 3 of 3
- 03-30-2012, 03:04 PM #1
Member
- Join Date
- Mar 2012
- Posts
- 1
- Rep Power
- 0
"javascript:doSubmit('HELPPLEASE')"
Okay, I am trying to navigate thru a website automatically. From a form on an access 2003 app, 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.gif)
'xxx.Navigate "javascript:doSubmit('wldInitialisePage');"
Any ideas or suggestions would be great... I think I have hit a wall.... I posted this question on an access forum and was advised to ask a JavaScript community :)
Here is an image of the html on the site.... http://i.imgur.com/M1S6F.jpg
- 03-30-2012, 03:19 PM #2
Re: "javascript:doSubmit('HELPPLEASE')"
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 03-31-2012, 01:06 AM #3
Similar Threads
-
loop "play again" in an 8 ball game , loops but wont let me answer my "out.print"
By IareSmart in forum New To JavaReplies: 1Last Post: 02-01-2012, 08:37 PM -
JavaScript Application- "wrong pref entry:seznam.cz&url"
By aldeus in forum New To JavaReplies: 2Last Post: 07-25-2011, 07:22 AM -
Javascript: Can i have "Yes" or "No" option in confirmation box?
By arun9683 in forum Web FrameworksReplies: 1Last Post: 07-21-2010, 07:33 AM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM -
represent Double as "" instead of 0.0 in .jsp page without javascript
By Tokajac in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-07-2008, 02:49 PM


LinkBack URL
About LinkBacks


Bookmarks