home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / internet / denjisa / inazory.php < prev    next >
Text File  |  2002-09-20  |  3KB  |  98 lines

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
  4. <LINK href="css/e.css" rel="stylesheet" type="text/css">
  5. <title>NßvÜt∞vnφ kniha Denjisa</title>
  6.  
  7. <STYLE type="text/css">
  8. <!--
  9. BODY {
  10. scrollbar-face-color:#246280;
  11. scrollbar-highlight-color:#7EAEC5;
  12. scrollbar-3dlight-color:#0772A5;
  13. scrollbar-darkshadow-color:#000000;
  14. scrollbar-shadow-color:#0F4966;
  15. scrollbar-arrow-color:#FFFFFF;
  16. scrollbar-track-color:#246280;
  17. }
  18. -->
  19. </STYLE>
  20.  
  21. <SCRIPT LANGUAGE="JavaScript"><!--
  22. function zkontroluj(formular)
  23. {
  24.     
  25.     if (formular.jmeno.value=="")
  26.     {
  27.         alert("VaÜe jmΘno (p°ezdφvku) musφte vyplnit!");
  28.         formular.jmeno.focus();
  29.         return false;
  30.     }
  31.     else if (formular.email.value=="")
  32.     {
  33.         alert("Adresu elektronickΘ poÜty musφte vyplnit!");
  34.         formular.email.focus();
  35.         return false;
  36.     }
  37.     else if (formular.zprava.value=="")
  38.     {
  39.         alert("Text zprßvy musφte vyplnit!");
  40.         formular.zprava.focus();
  41.         return false;
  42.     }
  43.     else if (window.RegExp)
  44.     {
  45.         re = new RegExp("^[^.]+(\.[^.]+)*@([^.]+[.])+[a-z]{2,3}$");
  46.         if (!re.test(formular.email.value))
  47.         {
  48.             alert("Zadanß adresa nenφ sprßvnou adresou elektronickΘ poÜty!");
  49.             formular.email.focus();
  50.             return false;
  51.         }
  52.     }
  53.     else 
  54.         return true;
  55. }
  56. // -->
  57. </SCRIPT>
  58. </head>
  59.  
  60. <body background="../pic/text.jpg" leftmargin=0 topmargin=0 style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: White; font-weight: normal; font-size: 8px; font-style: normal; width: 360; background-image: url('pic/text.jpg'); background-repeat: repeat; background-attachment: fixed;">
  61. <div class="design3">
  62.  
  63.  
  64. <table width="80%" align="center">
  65. <tr><td width="100%" height="250" align="center" valign="middle" class="design3"><table border="0" cellspacing="0" cellpadding="0" align="center">
  66. <form action="insert.php3" method="post" onSubmit="return zkontroluj(this)">
  67. <tr><td width=120 class=design3>
  68. JmΘno:
  69. </td><td>
  70. <input type="text" name="jmeno" size="30" maxlength="60" class="inputbook">
  71. </td></tr>
  72. <tr><td width=120 class=design3>
  73. E-mail:
  74. </td><td>
  75. <input type="text" name="email" value="@" size="30" maxlength="60" class="inputbook">
  76. </td></tr>
  77. <tr><td width=120 class=design3>
  78. Web (i s http://):
  79. </td><td>
  80. <input type="text" name="web" value="http://" size="30" maxlength="60" class="inputbook">
  81. <input type="hidden" name="odeslano" value="ano">
  82. </td></tr>
  83. <tr><td valign=top width=120 class=design3>
  84. Text zprßvy: jsou povoleny tagy <b>, <u> a <i>, m∙₧ete psßt i odkazy ve tvaru www.neco.cz nebo http://neco.neco.cz
  85. </td><td>
  86. <textarea cols="29" rows="5" name="zprava"></textarea>
  87. </td></tr>
  88. <tr><td width=120> </td><td>
  89. <center><input type="submit" class=bluebutton value="Odeslat">   <input type="Reset" class=bluebutton value="Vymazat"></center>
  90. </form></td></tr></table>
  91. </div>
  92.  
  93.  
  94.  
  95.         </td>
  96.     </tr>
  97. </table>
  98. </div>