flub
10-03-2008, 04:13 PM
Hi,
I'm very new to all this and would really appreciate a little help which I think can be done very easily, but I have little coding experience. Let me try to explain what I want to do.
I use a site with image thumbnails displayed, and under the thumbnail there is a JS popup link to launch the full screen image. The format of the js link is the following:
javascript:popUp('/div.php/images/photo?photo=2008/10/03/97232_D11979.jpg', 533, 550)
The actual image path to the full download is
www.mysite.com/media/assets/photos/download/2008/10/03/97232_D11979.jpg
Now what I would like to do would be to have a bookmark in my browswer that when pressed would add a Download link under the photo so that I can simply right click and do a Save As. Somehow need to extract the part of the filename and append it to www.mysite.com/media/assets/photos/download/ and to insert the link on the page.
Note there is 10 images on a page and I would like the Bookmark JS button to add the link under all of them. I hope this is clear.
Many thanks in advance.
I'm very new to all this and would really appreciate a little help which I think can be done very easily, but I have little coding experience. Let me try to explain what I want to do.
I use a site with image thumbnails displayed, and under the thumbnail there is a JS popup link to launch the full screen image. The format of the js link is the following:
javascript:popUp('/div.php/images/photo?photo=2008/10/03/97232_D11979.jpg', 533, 550)
The actual image path to the full download is
www.mysite.com/media/assets/photos/download/2008/10/03/97232_D11979.jpg
Now what I would like to do would be to have a bookmark in my browswer that when pressed would add a Download link under the photo so that I can simply right click and do a Save As. Somehow need to extract the part of the filename and append it to www.mysite.com/media/assets/photos/download/ and to insert the link on the page.
Note there is 10 images on a page and I would like the Bookmark JS button to add the link under all of them. I hope this is clear.
Many thanks in advance.