gojohnnygogogogo
Programmer
hello,
If I use javascript to open a new window it works fine, but then if I use the same code to open another window from the window just opened, it opens the new window in the previous window.
(how many times can you say window in one sentance!)
<a href="#" onclick="javascript:window.open('./view.asp', 'title', 'toolbars=no, height=500, width=450')">
How can I modify the above code to open a new window, instead of reusing already opened windows ?
hope you understand that,!
thanks
If I use javascript to open a new window it works fine, but then if I use the same code to open another window from the window just opened, it opens the new window in the previous window.
(how many times can you say window in one sentance!)
<a href="#" onclick="javascript:window.open('./view.asp', 'title', 'toolbars=no, height=500, width=450')">
How can I modify the above code to open a new window, instead of reusing already opened windows ?
hope you understand that,!
thanks