Searched on Google and couldn't find anything, and those annoying Javascript pop ups that say "Don't view the source code!" were so 2001. Anyways, what I'm trying to do is mask the location of the images I'm putting on a site so that the if someone right clicks to see where the image is coming from, it just won't let them or that information just won't show up in the window. I really don't want to change the .htaccess on my site for something like this - it would only be for one image (a friends-only banner to be exact). I could go through the trouble, or the easy route, of just using a different host for this one image, but I just wanted to know if there were a way to somehow add a code to the IMG tag that would stop people from seeing the source of the image - or even yet, if I can just do something to the permissions of the folder it is in so that people can see the image but not the location that it's coming from.. I probably sound like a complete moron but I'm sure this could be useful to people other than myself - looking over at http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/img.asp just sort of confuses me since it's not really "user friendly", well, it's Microsoft, so I guess that's what you have to expect. Thank you!
