Button and iframe
Posted: Tue Jan 23, 2018 6:53 am
Hi
I create a new project with 4 select box, a button and a iframe.
I wish that when I click on the button, I activate my iframe, and as url I pass him the value of the select box.
In the property "onclick" of my button, i have this :
It does not work.
Can you help me ?
Thank you
I create a new project with 4 select box, a button and a iframe.
I wish that when I click on the button, I activate my iframe, and as url I pass him the value of the select box.
In the property "onclick" of my button, i have this :
Code: Select all
textTextArea.value = typdoc.value + SERVIC.value + IMMEUB.value + coddoc.value;
IFrame1.url = "http://192.168.0.88/test3.html";
IFrame1.visiblility = "visible";
applyProperty("IFrame1", "iframe url", "http://192.168.0.88/test3.html");
Can you help me ?
Thank you