adam84 Posted July 22, 2008 Share Posted July 22, 2008 function goTo( url ){ parent.contentFrame.location = url; } any ideas? Link to comment https://forums.phpfreaks.com/topic/115954-works-in-ff-not-in-ie/ Share on other sites More sharing options...
lemmin Posted July 22, 2008 Share Posted July 22, 2008 There is no such thing as a contentFrame object, as far as I know. Try contentWindow. If that doesn't work, could you post your full code? Link to comment https://forums.phpfreaks.com/topic/115954-works-in-ff-not-in-ie/#findComment-596645 Share on other sites More sharing options...
adam84 Posted July 22, 2008 Author Share Posted July 22, 2008 oh sorry, 'contentFrame' is the name of the my frame Link to comment https://forums.phpfreaks.com/topic/115954-works-in-ff-not-in-ie/#findComment-596648 Share on other sites More sharing options...
lemmin Posted July 22, 2008 Share Posted July 22, 2008 There isn't much more I can tell you about that one line of code. Do you have any more? Link to comment https://forums.phpfreaks.com/topic/115954-works-in-ff-not-in-ie/#findComment-596655 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.