1)
Code:
setTimeout("window.location.href = 'myNewPage.htm'", 5000);
2) Can't be done without extremely low security settings allowing unsafe ActiveX. Best you can do is open ne window as you wish and proceed from there, there are a few hacks to close original window but these don't work with all browsers.
--
Joe