Hallo,
i have a blank application and a form in a container.
I created a new theme were i set all borders to 0px so that it seems that i have one page only ( could be seen in the attachment ).
When i press the start button i want to call my function in the blank application, where the field “Startzeit” should be filled with the actual time.
i tried to call my funtion within a javascript method but that did not work
function starttime()
{
parent.document.getElementByID(‘id-iframe-widget1’).starttime();
}
seems that my function call is not right. The (‘id-iframe-widget1’) is the correct frame of the blank application but i think my parent.document… is not right.
Anyone here doing the same and can give me the right parameters ?
the function itself on the blank application is working !