The following code results in the new page opening but the launch page displaying '[object]'. When using view source [object] is all there is.
Any ideas?
<a href="javascript:window.open('testwindow.asp','a','toolbar=no,statusbar=no,scrollbar=no')">
<img src="del.gif" title="Click to delete entry">
</a>
Any ideas?
<a href="javascript:window.open('testwindow.asp','a','toolbar=no,statusbar=no,scrollbar=no')">
<img src="del.gif" title="Click to delete entry">
</a>