adam84 Posted July 22, 2008 Share Posted July 22, 2008 function goTo( url ){ parent.contentFrame.location = url; } any ideas? Quote Link to comment 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? Quote Link to comment 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 Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.