Dear All,
I have scripts ( no refresh page,no right click, no Ctrl+C,no Ctrl+N and more ), working well on IE, but if I load from firefox 1.5 not working.
Can you give me solutions,so my javascript working well on IE and Firefox.
sample js code :
<body ondragstart="return false" onselectstart="return false"> => working well on IE 6 not working on FF 1.5.
Thanks.