Click to See Complete Forum and Search --> : Need help with "no right click"


naily
08-20-2004, 06:34 PM
I sell on ebay and need help with the "no right click" coding. Is there a way to begin and end the coding so that the whole page isn't involved? I need to have a portion of my auction not available with the no right click, something that I can put in at the beginning and the end - not for each paragraph or line. TIA

steelersfan88
08-20-2004, 07:02 PM
Doing the following *would* work:<p>
Paragraph 1
</p>

<p>
Paragraph 2
</p>

<p>
Paragraph 3
</p>

<p oncontextmenu="return false;">
Paragraph 4
</p>For IE only users with JS disabled. Any browser can disable the JS though, and anyone can still access the source code.

In the end, there is no purpose in me even providing the code at all, since it is generally useless.

Dr. Script

Khalid Ali
08-20-2004, 09:04 PM
Originally posted by steelersfan88


In the end, there is no purpose in me even providing the code at all, since it is generally useless.

Dr. Script

:D :D :D

why would you then?:p

Willy Duitt
08-21-2004, 12:23 AM
Originally posted by Khalid Ali
:D :D :D

why would you then?:p

Hopefully Ebay will disable html and particularly javascript or every idiot in the world will be disabling right click in a lame attempt to protect their images and opening in a new window will be disabled due to their selfishness and lack of foresight... :rolleyes:

You should have kept that to yourself...

.....Willy

steelersfan88
08-21-2004, 08:03 AM
Originally posted by Khalid Ali
:D :D :D

why would you then?:p Normally I would not ... although I felt that the OP would decide on making the decision on using the code.

... not if one couldn't find that so simply on Google, or by searching these forums.