| View previous topic :: View next topic |
| Author |
Message |
drmurdoch
Joined: 10 Nov 2006 Posts: 110
|
Posted: Thu Jul 09, 2009 7:01 am Post subject: IE button that must be clicked: can i get the co-ordinates ? |
|
|
I am able to tab over to a button,
Is there a way to determine my screen co-ordinates when I have tabbed over enough ?
I want to use the click command
but all my monitors are different sizes ! |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Jul 09, 2009 7:29 am Post subject: |
|
|
Not that I know of...I could be wrong though.
Why not just use then enter key, instead of clicking on it? |
|
| Back to top |
|
 |
drmurdoch
Joined: 10 Nov 2006 Posts: 110
|
Posted: Thu Jul 09, 2009 7:36 am Post subject: |
|
|
| It doesn't allow the [enter] key to activate it ! |
|
| Back to top |
|
 |
Z_Gecko Guest
|
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 3254 Location: Simi Valley, CA
|
|
| Back to top |
|
 |
drmurdoch
Joined: 10 Nov 2006 Posts: 110
|
Posted: Mon Jul 13, 2009 12:02 am Post subject: |
|
|
The button is selected but no keystroke will enact it.
Is there a way to get the screen co-ordinates of the selected button ? |
|
| Back to top |
|
 |
garath
Joined: 24 Mar 2005 Posts: 398 Location: germany
|
Posted: Mon Jul 13, 2009 12:13 am Post subject: |
|
|
| maybe you could use javaskript to push the button |
|
| Back to top |
|
 |
drmurdoch
Joined: 10 Nov 2006 Posts: 110
|
Posted: Mon Jul 13, 2009 12:23 am Post subject: |
|
|
That might work.
I used the IE developer Tool Explorer Bar to figure out some things about this button.
name: imgSubmit
onclick: javascript:frmBasicSubmit(9045453,'Username')
src ht tps://w ww.thelab.com/images0/Submit_button_white_2003.gif
I want to simulate that onclick event ! |
|
| Back to top |
|
 |
drmurdoch
Joined: 10 Nov 2006 Posts: 110
|
|
| Back to top |
|
 |
tank
Joined: 21 Dec 2007 Posts: 3700 Location: Louisville KY USA
|
Posted: Mon Jul 13, 2009 5:52 am Post subject: |
|
|
ctrl + m submits forms on web pages also _________________
We are troubled on every side‚ yet not distressed; we are perplexed‚
but not in despair; Persecuted‚ but not forsaken; cast down‚ but not destroyed; |
|
| Back to top |
|
 |
jethrow
Joined: 24 May 2009 Posts: 1907 Location: Iowa, USA
|
Posted: Mon Jul 13, 2009 6:20 am Post subject: |
|
|
| drmurdoch wrote: | | onclick: javascript:frmBasicSubmit(9045453,'Username') ... I want to simulate that onclick event ! |
You can do that by feeding that javascript through the URL Address bar. See this |
|
| Back to top |
|
 |
|