6. Trükkök

 

Egy lap felépítése:

 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Traditional//EN" 
    "http://www.w3.org/TR/REC-html40/loose.dtd">
 <html>
 <head>
  <title> Bla-bla-bla </title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <style type="text/css" media="print"><!--body{display:none}--></style>
  <style type="text/css"><!--  A {text-decoration:none} 
     html,body {font-family: Arial, Helvetica, sans-serif} --></style>
  <script type="text/javascript" src="/valami.jsc"></script>
 </head>
 <body ondragstart="return false" onselectstart="return false" onload="no_cp()">
     ....text....text....
 </body>
</html>

valami.jsc:

   function hp_dn(){return false}
   function hp_nn(e){if(event.button>1){return false}}
   function no_cp(){
     if(document.all){
        clipboardData.clearData(); setTimeout("no_cp()",100)
     }
   }
   document.onselectstart=hp_dn; document.oncontextmenu=hp_dn;
   if(document.all){document.onmousedown=hp_nn;}

Rejtett mező:

   <form name="form3" method="put" action="http://examserver/exam/typecheck.html">
   <input type="hidden" name="seed" value="csirmaz+1+typchk">

 

<- 8. oldal ->