Page 3 of 3

Applying new src on load of screen

Posted: Wed Feb 10, 2016 7:08 pm
by Andre Hoefs

Sorry, it still doesn't work.... :-(


Applying new src on load of screen

Posted: Sun Feb 14, 2016 6:26 pm
by Andre Hoefs

Huhu, can you please help me?


Applying new src on load of screen

Posted: Mon Feb 15, 2016 12:05 pm
by Serhii Kulibaba

Please check this solution: http://stackoverflow.com/questions/42...

Use document.getElementById(FrameID).contentDocument.location.reload(true);
(FrameID - id if your frame)


Applying new src on load of screen

Posted: Mon Feb 15, 2016 1:37 pm
by Andre Hoefs

Hi i tried:
document.getElementById('impulsausgabeframe').contentDocument.location.reload(true);

and
document.getElementById('#impulsausgabeframe').contentDocument.location.reload(true);

both on onLoad - and onShow-event.

all of this did'nt work....


Applying new src on load of screen

Posted: Mon Feb 15, 2016 1:58 pm
by Andre Hoefs

Hi,

i have the solution:
i killed some code where i was tryiing to build a handler at non-loading the iframe.
after deleting the code everything works fine.
Thank you.