Click to See Complete Forum and Search --> : anonimity


tinernet
07-14-2003, 06:25 AM
problem 1:
i am making a puzzle website but i expect my js is really crude, so you can just view source the page for the answers. iv put together a no-right-click script but you can still go view...source on the menu. is there a way to disable the menu bar so that all u see is the site and none of the address bars or menus. i dont know if u do this with js or nethin else. help!
http://members.lycos.co.uk/hackthematrixgame/level3avcdwe.html
problem 2:
i have a ticker script that displays what is supposed to look like a computer program. however i can only have 23 lines (look at the source ul c what i mean). if i have ne more nuthin happens. i cant find nethin in the script that would stop this from happening as i got the script of dynamic drive. if there is no way to have more than 23 linmes can ne1 have a go at makin the script better?
help!
http://members.lycos.co.uk/hackthematrixgame/level4hs6db.html

zachzach
07-14-2003, 09:05 AM
that script was pretty impresseve to me. but to answer your Q's:

problem 1: there is no way u can stop the person from right clicking, but u can just make everything vars like instead of:

if(document.from1.value == document.form2.value) {
do this()
}

have this:

var 1 = document.fo
var 2 = rm.va
var 3 = lue
var 4 = document.form2
var 5 = .value"

if(1 + 2 + 3 == 4 + 5) {
do this()
}
u may want to check that with an expert.

problem 2:
i cant really see the problem with the script. it would be good for you to ask someone here to make a "dhtml" section of the fouroms or go to a fourom on another website(u'd never do that!) thats about dhtml OR you could email the webmaster or somebody at the dhtml place you went to.hope that helped-
~zach~