|
-
Oct 23rd, 2003, 09:26 AM
#1
Thread Starter
Frenzied Member
No right click ?
Is there a working cross browser 'No Right Click' script? (I need it working for MoZilla as well, just got aware that my own is IE only, hehe)
Cheers!
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Oct 23rd, 2003, 09:35 AM
#2
Go take a look at http://www.dynamicdrive.com they have a bunch of scripts. I know there is at least one that "disables" the right click. If it's cross browser or not, I don't know.
TG
-
Oct 23rd, 2003, 09:40 AM
#3
Thread Starter
Frenzied Member
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Oct 23rd, 2003, 10:40 AM
#4
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 23rd, 2003, 10:54 AM
#5
Thread Starter
Frenzied Member
well
I have a page where the user is to fill out a form, print it, write their signature and then fax it to my company. On this form a random number is generated using JavaScript, and this number has to be different on every printed page - and because I can't launch my JavaScript func. when the user prints the page, i've made a link for printing which brings up the print dialog AND changes the number. Since the page is in an <iframe> the only way for the user to print it manually is to right click
and press print, I wan't them to only be capable of clicking my link, if they want to print a page.
Cheers!
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Oct 23rd, 2003, 02:33 PM
#6
Interesting. This random number is necessary? What does it do? Why can't you simply write it when the user views the page?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 24th, 2003, 05:57 AM
#7
Thread Starter
Frenzied Member
Well
When the user has faxed the page, we process their order, but first we need to assure that we've recieved our money - when the user transfers the money he/she puts the number with as a note.
I do make the number at page load - but people don't reload the page after printing - and since I can't make it reload everytime the user prints the page, i HAVE to force them to use my link.
Cheers!
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Oct 24th, 2003, 07:14 AM
#8
In other words you're worried that they might print the page several times and so order more than one thing?
That won't work, the user can simply print several copies from the print dialog.
Or am I misunderstanding this?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 24th, 2003, 09:38 AM
#9
Thread Starter
Frenzied Member
You are right indeed, and that's the only thing I can't prevent the user from doing :/
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Oct 24th, 2003, 02:59 PM
#10
Maybe you want to change the security system then? Ask your design (or whatever) people to come up with a better idea?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|