stevenk140
Programmer
I am currently using the code to open a window.
<a href="javascript:void(0)" onClick="window.open(link, null, 'menubar=no')">link</a>
I was hoping that once I clicked a link, it would open a new window. Then if a clicked another link, it would open another new window, instead of replacing the first window with the new page.
Would anyone know how to do this?
<a href="javascript:void(0)" onClick="window.open(link, null, 'menubar=no')">link</a>
I was hoping that once I clicked a link, it would open a new window. Then if a clicked another link, it would open another new window, instead of replacing the first window with the new page.
Would anyone know how to do this?