EKY32 Posted October 24, 2012 Posted October 24, 2012 (edited) Sorry for bad English, I'm using _IENavigate to navigate through an embedded IE object, I tried _IENavigate, $oIE.navigate, _IEAction ($oIE, "refresh") to force reload the page but it's not working untill I use CTRL+F5 manualy in the object to force reload the page, because even after changing the page content, none of thouse commands is refreshing it correctly. Any help how to do that please? Thank you. Edited October 24, 2012 by EKY32 [font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font]
EKY32 Posted October 24, 2012 Author Posted October 24, 2012 fixed using $oIE.document.location.reload(True) but i couldn't delete the topic. forgive me. Thank you. [font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now