Hi,
I have an HTML view which consists of two iframes. One frame is called "info" and another "question". In the question frame, the user can edit information via a creator form. When the user changes a value of a drop-downfield, an open_url function is activated that is supposed to open a web page in the "info" iframe.
However, no matter what I try, the web page opens in a blank window.
Below the code of the HTML view ____
<iframe name="info" src="https://www.surfgroepen.nl/sites/Q-inspire/QDST/qdst-NL/pro-con-q-formats/dive-general.htm" height="500" width="40%" frameborder="5" scrolling="auto"></iframe>
<iframe name="question" src="http://creator.zoho.com/sdraaijer/qdst-nl-dive-conv-support/view-embed/Vragenoverzicht/zc_EditBulkRec=true&zc_Header=false&zc_SecHeader=true&zc_Summary=false&zc_EditRec=false" height="500" width="40%" frameborder="5" scrolling="auto"></iframe>
Below the code of the on user input:____
else if (input.Question_Format == "Multiple-choice")
{
openUrl("https://www.surfgroepen.nl/sites/Q-inspire/QDST/qdst-NL/pro-con-q-formats/pro-con-mcq.htm", "iframe", "info");
}
Who can help me with this. Any assistance is appreciated.
Kind regards,
Silvester