Search results

  1. S

    Disable right click for images (no alert)

    I have found a way!!! :D This way works with images INDIVIDUALLY, which is actually better. And its only 1 line of code...... Take your image tag: <img src="mypic.jpg" height="24" width="100"> Add the following event handler to the end of your tag: onContextMenu="return false;">...
  2. S

    Disable right click for images (no alert)

    Yer that does work but for everything m8, i cudnt right click my links thats all. Got to be a way around this... thanx alot for trying :)
  3. S

    Disable right click for images (no alert)

    Gutted that didnt work m8, but thanx!
  4. S

    Disable right click for images (no alert)

    All i want to do is stop people right clicking on my images, and i cant use a FULL disable right click option because there are songs on my php for people to right click and save as. A nice quick way to do tht will be great thanx
  5. S

    Disable right click for images (no alert)

    I don't want smart asses to start telling me this is useless since people can disable javascripts. Spot on m8, i dont care if people can get the images any other way, its harder for them and time wasting if they want to get the images that way
  6. S

    Disable right click for images (no alert)

    document.oncontextmenu=new Function("return false") that line is used to remove the alert from "everything" disabled, puzzling stuff lol. yer hopefully someone cracks it.
  7. S

    Disable right click for images (no alert)

    Same Problem Hey i have the same problem as tdsii, im after a script to disable right clicking ONLY on images WITHOUT the alert and for the script to effect ALL images. There is this code i found which disables right clicking ALL images but it has the alert on it aswell? is there some way to...
Back
Top