open new window?

J

js

Hi,
can i do this, when user click the picture link, then pupup a new winodw,
shows a image, and the window autosize to fit with the image? thanks...
 
C

Chris Jackson

If you just want to open a new window, then you can add target="_blank" to
the anchor tag. If you want to dynamically size it, then you will need to
use a script and call window.open(...);
 

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

Top