Log in

View Full Version : Cursor Trail Text??!!



nadzD
01-13-2005, 02:37 AM
I have been using this script on my website http://www.geocities.com/nadz_1234321 for a few months and i went into my site today and instead of the cursor text saying NADZsoftballSITE, as it had previously, it said undefined.

Could someone please help me to fix this problem as it has been working fine untill now??

thanx, Nadine

speedracer
01-13-2005, 05:23 AM
its because when you added "no right click" script, they both use the same varible:

var message="Hey, DONT COPY!";

since both use "var message" one is undefined.

take one of the script, preferably the "no right click" script because its smaller, and rename all "message" varibles to something like "message2"

FPit
01-13-2005, 05:33 AM
I don't see cursor tral text at all somehow.

Minos
01-13-2005, 05:40 AM
Personally, I am not a big fan of the no right click, and here's one reason why:

I am using Firefox as my default browser. There are some sites that I will switch to IE, and I will do this a lot when debugging pages. So I added an extension to Firefox, so that when I right-click within a page, I have the option to "View this Page in IE". As this site disables it, I have no quick way of viewing it in IE, and my right-click had absolutely nothing to do with copy or save as.

FPit
01-13-2005, 05:44 AM
And you can still see source of the page without right click... "No right click" code is pretty useless.

nadzD
01-13-2005, 10:22 AM
thankyou soooooo much!!

your help is very much appreciated!! :D

Nadine :)