View Full Version : Is there a code..


bonkas
06-02-2003, 01:26 AM
Hello Everyone..

I was just wondering if there was a code so that I could have an image gallery and when you click on the picures a window pops up and tells the user the path to that picture.. Because I have aneble remotly hosted avatars on my forum and I am going to set up and avatar page for my users..

Is there such a thing?


bonkas

EmpTcaN
06-02-2003, 02:52 AM
hmmm... i'm sure there is

but i can't seem to remember it right now i'll get back to you when i can remember
cuz you want only to click on the image and it will pop up in a window right?
but if you want to make a pop up window by clicking the image i think the code is this <a href="link" target="_blank"><img scr=""></a>the target="_blank"is what make the pop up

bonkas
06-02-2003, 07:43 AM
Yes but I need it like an Javascript alert box or whatever you call them so that when you click on the pic it pops up the path to that image and they can copy and paste it or something..

pb&j
06-02-2003, 01:18 PM
if they can view the image, they can copy and save it. if an image appears on your site (even if its remotely hosted) then the visitor is still able to save it for themselves like normal.

if you still want to see the path of any image though, you can just right click and choose the properties option.

Alcy
06-02-2003, 09:13 PM
How about a textbox?
http://javascript.internet.com/page-details/access-image-url-to-textbox.html