AutoHotkey Community

It is currently May 22nd, 2012, 1:13 pm

All times are UTC [ DST ]


Search found 5 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Basic Webpage Controls with JavaScript / COM - Tutorial

 Post subject: Why does this not work
Posted: February 9th, 2010, 11:11 pm 

Replies: 270
Views: 67690


javascript: document.getElementsByTagName('input')[11].click() COM_Invoke(pwb, "javascript: document.getElementsByTagName[input].item[11].click") This is from the Tut. What I'm trying to do is just a simple login into Facebook. I got it entering in the User and Password using COM_Invoke(us...

 Forum: Scripts   Topic: Basic Webpage Controls with JavaScript / COM - Tutorial

Posted: February 4th, 2010, 11:09 pm 

Replies: 270
Views: 67690


It should just be: javascript: document.all.selectedStatus.selectedIndex = 5; void 0 ; Note - you could use [color=blue]value = 5[/color] [color=green]COM_Invoke(pwb, "document.all.selectedStatus.selectedIndex", 5)[/color] Now, this drop down also has an "onchange" event...

 Forum: Scripts   Topic: Basic Webpage Controls with JavaScript / COM - Tutorial

Posted: February 4th, 2010, 4:43 pm 

Replies: 270
Views: 67690


[*] Dropdown Box Selection - selectedIndex <SELECT class=post name=sort_by><OPTION selected value=0 > Post Time </OPTION><OPTION value=1 > Post Subject </OPTION><OPTION value=2 > Topic Title </OPTION><OPTION value=3 > Author </OPTION><OPTION value=4 > Forum </OPTION></SELECT> This is the HTML for th...

 Forum: Scripts   Topic: Basic Webpage Controls with JavaScript / COM - Tutorial

Posted: February 1st, 2010, 9:56 pm 

Replies: 270
Views: 67690


I downloaded the OCM.ahk, I didn't see anything to do on the page for Standard Library. Please read this . COM.ahk goes in your "Lib" folder; the path should be something like "C:\Program Files\AutoHotkey\Lib" When I copy and paste the scripts and paste it into my address bar, w...

 Forum: Scripts   Topic: Basic Webpage Controls with JavaScript / COM - Tutorial

 Post subject: Yeah.. I'm totally NOOB
Posted: January 26th, 2010, 6:21 pm 

Replies: 270
Views: 67690


I didn't get past step 1. I downloaded the OCM.ahk, I didn't see anything to do on the page for Standard Library. When I copy and paste the scripts and paste it into my address bar, while on the Forum Search page... I get nothing. I guess I'll hit some of the other listed tut's that are linked on th...
Sort by:  
Page 1 of 1 [ Search found 5 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group