Click to See Complete Forum and Search --> : save target as


magical
09-30-2003, 02:44 AM
How do u stop ppl from right-clicking and save target as on a particular link?

havik
09-30-2003, 10:10 AM
http://www.dynamicdrive.com/dynamicindex9/noright.htm

It's pointless (http://www.webdevfaqs.com/javascript.php#norightclick) anyway but if you want to give it a try.

Havik

magical
10-04-2003, 05:22 AM
um.. what i mean is you can right-click, but the save target as can't be selected.

Shampie
10-04-2003, 11:56 AM
that is not possible with javascript, you might want to try using vbscript or if you do wish to use javascript make a 'right-click' menu yourself and not add that option.
Still it is a lot of work for nothing there is always a way to get the code and manually save it.
Take havik's advice..