PDA

View Full Version : link to comments-popup


martinh
03-09-2006, 07:23 AM
Hello,

I want to put a link to the comments-popup on the photo. I just get a link with the <comments>-Tag, it gives me a text-link. How can I write the <href="???">, so I can link to the comments-popup?

Martin

Joe[y]
03-09-2006, 04:31 PM
<a href='#' onclick="window.open('index.php?popup=comment&amp;showimage=<IMAGE_ID>','Comments','width=480,height=540,scrollbars=yes, resizable=yes');">Comments</a>

martinh
03-14-2006, 08:13 PM
Thanks alot!