I've just started using COM for webpages and i'm trying to understand some things.
I'm using This great tutorial, and i use ahk web recorder, but i have some doubts.
1) -SOLVED!- I know how to click buttons that have an associated Name on the ahk web recorder. But, if they don't?
I have a button with no "Name" value (in ahk web recorder). I have the ID and the Index value. Can't i simulate a click with the ID information? or Index?
The iWeb example is:
iWeb_setDomObj(pwb,"dp_submit","recherchez")
ID is "dp_submit", and index is 347. ALWAYS.
I have also the Outer HTML:
<INPUT id=dp_submit class=siteBtn title=recherchez value=recherchez type=submit>
I know this is enough information to just press a button, but i'm new so help me handle it
2) -SOLVED!- Once i click that button another webpage with information will appear.
I need to take the value of a field there but it has no Name.
This piece of information is insde a block of a table.
Outer HTML:
<STRONG class=115600>1156,00 €*</STRONG>
The Value/Inner Text is "1156,00 €*"
That price is the value i need to take!
As you can see, the outer html contains the value too.
But i don't know how to get it.
So please, help me to understand how to call iWeb functions with the parametres i got from the recorder (if i just try to call the function as ahk recorder says, i got the "non existent fuction" error), and how to get a value inside a table.
Thanks a lot for your time





