Atozed Forums

Full Version: Java reference
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting: cannot find submit component

for SubmitClickConfirm(''PriorImFil'','''', true, '''');

Where can I find a java reference?
Java reference?

Do you mean JavaScript? And if so, what do you mean by "reference"? Without context its quite ambiguous.
(03-23-2019, 03:32 PM)kudzu Wrote: [ -> ]Java reference?

Do you mean JavaScript? And if so, what do you mean by "reference"? Without context its quite ambiguous.

I am using JavaScript SubmitClickConfirm to fire TIWImageFile.OnClick instead of TIWButton. I get "cannot find submit component". I can find no documentation on SubmitClickConfirm
(03-23-2019, 03:41 PM)tobenschain Wrote: [ -> ]
(03-23-2019, 03:32 PM)kudzu Wrote: [ -> ]Java reference?

Do you mean JavaScript? And if so, what do you mean by "reference"? Without context its quite ambiguous.

I am using JavaScript SubmitClickConfirm to fire TIWImageFile.OnClick instead of TIWButton. I get "cannot find submit component". I can find no documentation on SubmitClickConfirm

I am using JavaScript property
(03-23-2019, 03:32 PM)kudzu Wrote: [ -> ]Java reference?

Do you mean JavaScript? And if so, what do you mean by "reference"? Without context its quite ambiguous.

This problem was solved by using Edge|Developer Tools. Frame name needed to be appended to PriorImFil
Thanks for letting us know that you solved it.