11-19-2013, 06:03 PM
Hi, I am new to Quick Macros programming.
Could someone post a little piece of code to do the following:
I go to a web page that has a button with the word "Continue"
and I want to click on it.
I tried this, but it does not work:
Htm el=htm("P" "Continue" "" "Internet Explorer" 0 0 0x221)
el.click
This is the source code:
<p class="ch-actions"> <input type="submit" name="_eventId_Cs" value="Continue" class="ch-btn"/>
o <a href="/sell/sell?execution=e3s1&_eventId_newList" id="newListing">New item</a></p>
Thank you very much
Could someone post a little piece of code to do the following:
I go to a web page that has a button with the word "Continue"
and I want to click on it.
I tried this, but it does not work:
Htm el=htm("P" "Continue" "" "Internet Explorer" 0 0 0x221)
el.click
This is the source code:
<p class="ch-actions"> <input type="submit" name="_eventId_Cs" value="Continue" class="ch-btn"/>
o <a href="/sell/sell?execution=e3s1&_eventId_newList" id="newListing">New item</a></p>
Thank you very much