Open Popup Window

  • Thread starter Thread starter Lou Civitella
  • Start date Start date
L

Lou Civitella

Using VB 2005 and ASP.Net 2.0.

I have a Image control on my page that gets updated when you click on an
item in a list box. This works without any problems. Now I want to be able
to use the same value that is in the list box and have the user click on the
image control and open a new window with the image.

Thanks,
Lou
 
Opening a new window will have to be done by using client script. use
window.open to achive this

Ilyas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top