pipeda.aps
----------
...
<script language="JavaScript1.2" type="text/javascript" 
src="/dev/scripts/no_alt_ctrl.js"></script>
...
</head>

<body onContextMenu="return false" onDragStart="return false" 
onSelectStart="return false">

no_alt_ctrl.js
--------------
<!--
function AltDown() {
if (event.altLeft) {
alert("This fuctionality has been disabled.");
}
else {
if (event.altKey) {
alert("This fuctionality has been disabled.");
}
}
if (event.ctrlKey) {
alert("This fuctionality has been disabled.");
}
document.body.focus();
}
//-->

They used a combination of body events that I was not familiar with and some 
standard JS BS to try and disable my client.  As has been repeatedly pointed 
out on this forum, this is less then useless.  It only stops those who don't 
care anyway and more then likely causes these users problems of some sort or 
the other.

MY COPIED PIECE
---------------

4.9 Principle 9 - Individual Access
        

Upon request, an individual shall be informed of the existence, use, and 
disclosure of his or her personal information and shall be given access to that 
information. An individual shall be able to challenge the accuracy and 
completeness of the information and have it amended as appropriate.
        

Note: In certain situations, an organization may not be able to provide access 
to all the personal information it holds about an individual. Exceptions to the 
access requirement should be limited and specific. The reasons for denying 
access should be provided to the individual upon request. Exceptions may 
include information that is prohibitively costly to provide, information that 
contains references to other individuals, information that cannot be disclosed 
for legal, security, or commercial proprietary reasons, and information that is 
subject to solicitor-client or litigation privilege.

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
- Cynthia Dunning



Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186566
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to