Is it working?
I'd avoid using the big, long ,hairy selectors. Those ids will change from one environment to another.
Maybe:
You'll need to inspect the DOM for the right values, of course. I'm pretty sure you're already doing that since you have the ids.
M.
I'd avoid using the big, long ,hairy selectors. Those ids will change from one environment to another.
Maybe:
var PCRNumberMain = $("input[title='PCRNumberMain']");
M.