IETagEventByAttrib with Variables

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
DAYIII
Newbie
Posts: 8
Joined: Tue May 09, 2017 2:54 am
Location: Atlanta, GA and Orem, UT

IETagEventByAttrib with Variables

Post by DAYIII » Tue May 09, 2017 3:04 am

I’m somehow having a problem passing variables to my desired website:

let>MyPartNum = "AB1234"
IETagEventByAttrib>{"http://www.MyWebsite"},Input,name=InputField,,%MyPartNum%

I have modified this many ways, but the above code inputs %MyPartNum% to the web form.
Are there any ideas or tricks that are not obvious?

DAYIII
Newbie
Posts: 8
Joined: Tue May 09, 2017 2:54 am
Location: Atlanta, GA and Orem, UT

Re: IETagEventByAttrib with Variables

Post by DAYIII » Tue May 09, 2017 11:14 pm

I discovered my Newbie mistake! :oops:

I had a space on both sides of my = sign when setting the variable value.

For some reason, this allowed the Watch List to display the correct value, but in the actual application of the variable, the name was given instead of the value.

I was relying on the Watch List, but it let me down. :?

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