onblur after formfill

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
djs
Junior Coder
Posts: 47
Joined: Sun Apr 29, 2012 4:21 pm

onblur after formfill

Post by djs » Thu Aug 30, 2012 7:55 pm

I'm trying to automate parts of a webpage that makes significant use of 'onblur' to do validation after a field is filled in.

In my code, I have a line like:

Code: Select all

IE_FormFill>%IE[2]%,{""},{"quotefrm"},{"comment_field"},{"%MinDwellingCvg%"},onchange,ie_res
Which puts the right value in the field, but doesn't update it via the validation part of the script since onblur isn't executed.

Is there a way (without mouse movements) to cause the onblur code to execute?

Thanks!
Dan

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts