Web Hosting Talk







View Full Version : JavaScript Encoder


sasha
12-02-2002, 10:17 AM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/seusingscriptencoder.asp

Did anyone use that? Is it useful at all? Does it work with browsers other then IE?

ckpeter
12-02-2002, 10:36 AM
I haven't tried it yet, so this is just a guess - I don't think it will work in any other browser, since the language attribute has changed, and other browsers may not recognize it.

You can verify this by encoding the script block and see if the resulting code is valid javascript code. If it is, then other browsers may be able to run it, otherwise, if it is just a block of binaries, then other browsers most likely will not read it.

Peter

sasha
12-02-2002, 10:38 AM
To try it, I would need to get up and walk to the other desk and turn on windows system and ......
I feel like I will need to get up and go pee somethime soon, so maybe I will try it then.

sasha
12-02-2002, 11:21 AM
Ok, i tried it and it did not work with Mozilla. Did not bother looking any further then that.