Search found 7 matches

by bobnoob
04 Aug 2017, 11:31
Forum: Ask for Help (v1)
Topic: how to find single quote in string?
Replies: 2
Views: 9990

how to find single quote in string?

I have the following string <a title="Order Status" style="background: rgb(255, 255, 204); color: rgb(0, 0, 0); font-size: 8pt;" onclick="SelectItem(this, '10023');" href="../common/submenu_tabs.cfm?parentid=10023&_Key=6486957EFB914B969385995414FA82B3F29F1AA8BAF290D2AAEE020DC9E8D5" target="mainFrame...
by bobnoob
02 Aug 2017, 14:52
Forum: Ask for Help (v1)
Topic: How to select multiple elements in IE
Replies: 2
Views: 695

How to select multiple elements in IE

lets say I have two element pwb.document.all[2000] and pwb.document.all[3000] now I want to highlight / select all element from 2000 to 3000 how can I do that? Here is my code currently but it is not working Start:=pwb.document.all[2000] End:=pwb.document.all[3000] range:=pwb.document.body.createTex...
by bobnoob
27 Jul 2017, 10:22
Forum: Ask for Help (v1)
Topic: how to get outerHTML of this element? Web scrap
Replies: 1
Views: 841

how to get outerHTML of this element? Web scrap

This is what is in the front UI and this is the element properties using iWB2 learner http://i.imgur.com/YuwimxA.png and this is when you inspect element using chrome http://i.imgur.com/T0KKOYC.png I am hoping I can get the outerHTML. But I tried GetElementsByName array with no luck Var:=pwb.documen...
by bobnoob
26 Jul 2017, 23:49
Forum: Tutorials (v1)
Topic: Web Scraping with AutoHotkey & COM Tutorial- GUI syntax writer and demo videos
Replies: 68
Views: 90539

Re: Web Scraping with AutoHotkey & COM Tutorial- GUI syntax writer and demo videos

OK it;s working now. The fix is to get rid of Browser_Forward::Reload Browser_Back:: Now I can fill in the user name and password for the website I tried to scrap. But I cannot click the button. Can you please check this website and advise on how to click the logon button?? https://oms.itradenetwork...
by bobnoob
25 Jul 2017, 17:20
Forum: Tutorials (v1)
Topic: Web Scraping with AutoHotkey & COM Tutorial- GUI syntax writer and demo videos
Replies: 68
Views: 90539

Re: Web Scraping with AutoHotkey & COM Tutorial- GUI syntax writer and demo videos

do I just click the green Triangle and it will show message box right? Press Browser_Back . sorry I am :crazy: slow... where do I press browser_back ? you mean press with my left mouse click? this browser back http://i.imgur.com/wwZlDSy.png or this? http://i.imgur.com/6PPj2wh.png thank you
by bobnoob
25 Jul 2017, 16:11
Forum: Tutorials (v1)
Topic: Web Scraping with AutoHotkey & COM Tutorial- GUI syntax writer and demo videos
Replies: 68
Views: 90539

Re: Web Scraping with AutoHotkey & COM Tutorial- GUI syntax writer and demo videos

Sorry Yes, it does have that too. I just push it down , as I was watching your video and I follow step by step . unfortunately it didn't go as well as the video. do I just click the green Triangle and it will show message box right? does it matter that I am running my SciTE.exe from this location: C...
by bobnoob
24 Jul 2017, 18:07
Forum: Tutorials (v1)
Topic: Web Scraping with AutoHotkey & COM Tutorial- GUI syntax writer and demo videos
Replies: 68
Views: 90539

Re: Web Scraping with AutoHotkey & COM Tutorial- GUI syntax writer and demo videos

Hi Joe, thanks for the awesome tutorial. one simple script , but I cannot get it work, Here my script . First I have an error that says C:\IT\AutoHotKey\SciTE\OMSItrade.ahk (1) : ==> Function library not found. Specifically: #Include <default_Settings> #Include <default_Settings> Browser_Forward::Re...

Go to advanced search