|
<< Click to Display Table of Contents >> Navigation: Telegram > 2021 > 04 > 03 > Telegram_2021-04-03T08 |
2021-04-03T08:06:06
Good morning, who can help me, thank you.
I have a button on a web page from intraweb {% IWButton2%}
and I want to simulate a click on it through javascript. Does anyone know how to do it?. Thank you.
2021-04-03T08:08:27
Thank you. I already solved with sessionStorage
2021-04-03T08:26:27
type: code SubmitClick(\IWBUTTON2\, \\, false);
2021-04-03T08:33:51
Jose, is that code for a button that is placed directly in an HTML ?.
I have a button that I put in HTML from Intraweb. In HTML only {% IWButton2%} appears in code mode. When the web is running, the button appears. I want to click that button from javascript in the HTML where I have that Intraweb button.
2021-04-03T08:36:19
Yes, you can do something:
type: code Click Here
2021-04-03T08:38:26
Ok.
2021-04-03T08:43:35
No work.
2021-04-03T08:51:34
I want to click the {% IWButton1%} button in the image from javascript. Is this possible to do?