I am using this code:
document.getElementById("storyframe").src=newSrc;
where newSrc is a variable containing the new address, to change the contents of an Iframe whose ID is 'storyframe'. It works fine in Firefox, Exploder and Safari, but it does nothing whatsoever in Opera.
Any ideas why?
Any ideas on how to modify to get it to work?
document.getElementById("storyframe").src=newSrc;
where newSrc is a variable containing the new address, to change the contents of an Iframe whose ID is 'storyframe'. It works fine in Firefox, Exploder and Safari, but it does nothing whatsoever in Opera.
Any ideas why?
Any ideas on how to modify to get it to work?