Clicking Yes
May. 7th, 2004 12:19 pmAs sure as birdshit falls from the sky, we get calls from users who download everything they come across in their internet experience...despite the fact that 90% of the stuff they do violates the limited use policy we have.
Now, supposedly, people can be reprimanded or fired for this, but of course, it never happens.
Just once, I want to send a dialogue box out to every user in the state at a random time, with a lot of technical gobbleygook. At the end, it'll say, "Clicking yes on this box will terminate your employment.", and it'll have a Yes or No button.
I'm sure it'll cause a rapid reduction in these calls, at least in the short term.
Now, supposedly, people can be reprimanded or fired for this, but of course, it never happens.
Just once, I want to send a dialogue box out to every user in the state at a random time, with a lot of technical gobbleygook. At the end, it'll say, "Clicking yes on this box will terminate your employment.", and it'll have a Yes or No button.
I'm sure it'll cause a rapid reduction in these calls, at least in the short term.
no subject
Date: 2004-05-07 10:30 am (UTC)I always tell people, "If you don't understand it, click no!" Not that it helps much.
Wired (http://www.wired.com) has an article concerning this. http://www.wired.com/news/technology/0,1282,63345,00.html
no subject
Date: 2004-05-07 10:37 am (UTC)no subject
Date: 2004-05-07 10:43 am (UTC)One reason I am glad I run Linux at home. :)
no subject
Date: 2004-05-07 11:25 am (UTC)In the .html file, be sure you have this code in:
<SCRIPT LANGAUAGE="javascript">
var first_name =
prompt("Please write in your first name","")
var last_name =
prompt("Please write in your last name","")
function cfm()
{
if (confirm("Hello " + first_name + " " + last_name + ". DO YOU WANT TO STAY EMPLOYED? Click OK to terminate your
employment.") )
{
parent.location='http://www.in.gov/dwd/job_seekers/ui.html';
alert("Thank you, your manager has been contacted.");
alert("You have till the end of the day to clear your desk.");
alert("You will now go to the unemployment website to file your claim.");
}
else
{
alert("Smart move. You were reading.");
}
}
</SCRIPT>
</head>
<body onLoad="cfm()">
no subject
Date: 2004-05-07 12:19 pm (UTC)<SCRIPT LANGAUAGE="javascript">
var first_name =
prompt("Please type in your first name","")
var last_name =
prompt("Please type in your last name","")
alert("This program will now do a system analysis of your PC. The status of the analysis will be displayed on the
status bar below. Please click OK to continue.");
alert('WARNING! SYSTEM INSTABILITY DETECTED!');
alert('SafeScan found an error with module 0X0000002E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0001562E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000315C! Click OK to Continue.');
alert('SafeScan found an error with module 0X0001540A! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000111E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0048486A! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000002E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0001562E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000315C! Click OK to Continue.');
alert('SafeScan found an error with module 0X0001540A! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000111E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0048486A! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000002E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0001562E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000315C! Click OK to Continue.');
alert('SafeScan found an error with module 0X0001540A! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000111E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0048486A! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000002E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0001562E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000315C! Click OK to Continue.');
alert('SafeScan found an error with module 0X0001540A! Click OK to Continue.');
alert('SafeScan found an error with module 0X0000111E! Click OK to Continue.');
alert('SafeScan found an error with module 0X0048486A! Click OK to Continue.');
function cfm()
{
if (confirm("Click OK to terminate your employment.") )
{
parent.location='http://www.in.gov/dwd/job_seekers/ui.html';
alert("Thank you " + first_name + " " + last_name + ", your manager has been contacted.");
alert("You have till the end of the day to clear your desk.");
alert("You will now go to the unemployment website to file your claim.");
}
else
{
alert("Smart move. You were reading.");
}
}
</SCRIPT>
</head>
<body onLoad="cfm()">
</script>
no subject
Date: 2004-05-07 07:11 pm (UTC)People will still be clicking on the hammer on that damn monkey, trying to win 20 bucks. They'll still trust any software from Banzai inc, or CometCursor.com.
They'll just say, and I quote, "All I did was click a button, I didn't know it'd _DO_ anything.."
And yes, I know what underscores sound like spoken out loud.