Thank your for your quick reply.
I've tried the above script which is work. However, as I said before, the javascript function doesn't work if I use the above script to open IE.
javascript in my page:
---------------------------------------------
top.window.opener = top;
window.open('','_parent','');
top.window.close();
window.open("http://www.google.com","",
"toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,resizeable=0,fullscreen=1,left=0,top=
0");
---------------------------------------------