J
John
Hi,
I have the following in my asp .net web page. It opens a separate browser
window. However, on the main page, all of the contents is gone and shows
nothing but [object]. I have to use the Back button to get the main page
back.
How can I open a separate browser window and keep all the contents on the
main page? Thanks.
<a href="javascript:window.open('ShowImage.aspx');">Image</a>
I have the following in my asp .net web page. It opens a separate browser
window. However, on the main page, all of the contents is gone and shows
nothing but [object]. I have to use the Back button to get the main page
back.
How can I open a separate browser window and keep all the contents on the
main page? Thanks.
<a href="javascript:window.open('ShowImage.aspx');">Image</a>