"
Yes, window works but it's opening multiple windows when I submit the form to itself. How can I avoid opening these new windows or do I have any chance of closing these windows before opening except my main popup window? Please suggest.
"
window.open("http://www.google.com","google","width=400,height=300")
↑
keep this the same
↓
window.open("http://www.yahoo.com","google","width=400,height=300")
[ September 20, 2006: Message edited by: Liu Zhixiang ]
[ September 20, 2006: Message edited by: Liu Zhixiang ]