Andre Hoefs
Posts: 0
Joined: Fri Jul 25, 2014 8:14 pm

Applying new src on load of screen

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

Andre Hoefs
Posts: 0
Joined: Fri Jul 25, 2014 8:14 pm

Applying new src on load of screen

Huhu, can you please help me?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Applying new src on load of screen

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

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

Andre Hoefs
Posts: 0
Joined: Fri Jul 25, 2014 8:14 pm

Applying new src on load of screen

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....

Andre Hoefs
Posts: 0
Joined: Fri Jul 25, 2014 8:14 pm

Applying new src on load of screen

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.

Return to “Issues”