Hi All,
I have an asp.net page containing an image of size 200x200. Now I want that on click of this image open a new pop up window that show image of size 400x500.

Please tell me this problem is in asp.net.

Thanks in advance.

Recommended Answers

All 2 Replies

any success with this??

Hi,
You can achieve this using javascript. Just on click of small image invoke java script function, where you can use window.open method to open the page(say page1.aspx) which contain your new image.
on page1.aspx just put the bigger image.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.