window.open(url,options)
please look up MSDN library for detail informations.
in the MSDN library's Index tab, type 'window element' adn you will get to the page you desired.
then
u should use window.location="newURL".
please remember you can find everything u want about IE in MSDN.
the syntax is at the same page of my last comment.