"Select" combo-box.

Information related to the use of iMacros for form filling and data upload.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
Offer
Posts: 4
Joined: Tue Jul 25, 2006 3:17 pm

"Select" combo-box.

Post by Offer » Tue Jul 25, 2006 3:21 pm

> Software: iMacros Scripting Edition
> Message:
>
> I have an Internet page that can't be controlled. (Or better to say - I wasn't able to control it).
>
> It comes to a point of an js elements in page, with this code included:
>
> <select name="sReportTimeSlice" onchange="this.form.submit()" class="Text Blue">
> <option value="DAILY" Selected="true" >דו"ח יומי</option>
> <option value="WEEKLY">דו"ח שבועי</option>
> <option value="MONTHLY">דו"ח חודשי</option>
> <option value="YEARLY">דו"ח שנתי</option>
> </select>
>
>
> (you can skip the Hebrew letters in the middle).
>
> Actually, I can't cause iM to 'trigger' the submition (and 'recalculating the page') when I let it "Open the list" and check an option from it.
>
> I'd appriciate any idea.
>
> Many thanks!!!
User avatar
Tech Support
Posts: 4948
Joined: Tue Sep 20, 2005 7:25 pm
Contact:

Post by Tech Support » Tue Aug 01, 2006 5:40 pm

Hi,

Please try to use WINCLICK to trigger the ONCHANGE event.

If this does not work, please send me the URL of the web page that creates the problem? This would allow me to quickly re-create the issue on our test systems. If the problem occurs on a non-public web site, the second best solution is if you can send me a screenshot.

Daniel Kerr
iOpus Support
Post Reply