home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 April / cd24-www.iso / poland / wywrota / wiersze / recenzja.js < prev   
Text File  |  1999-02-12  |  1KB  |  24 lines

  1. function pisz(nr,tytul,autor)
  2.     {
  3.     if (autor) {} else autor='Arka Janickiego';
  4.     document.close();
  5.     document.open();
  6.     document.writeln('<html><head>'
  7.     +'<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">'
  8.     +'<link rel="stylesheet" type="text/css" href="../styl.css"></head><body>'
  9.     
  10.     +'<span style="{font-weight: bold; color: #0079AA; font-family: arial ce, arial, lucida, helvetica ce; font-size: 16pt; text-align: center}">Twoje wra┐enia po przeczytaniu wiersza <br>'+autor+' - '+tytul+'</span>'
  11.     +'<form enctype="text/plain" method="post" action="mailto:wywrota@priv.ckp.pl?subject=wrazenia">'
  12.     +'<input type="hidden" name="a" value="'+nr+'"><table align="center"><tr><td align="right">'
  13.     +'<textarea name="b" cols="50" rows="14" title="tu pisaµ"></textarea><br>'
  14.     +'Podpis: <input type="text" name="c"><br>'
  15.     +'E-mail: <input type="text" name="d"><br>'
  16.     +'<input type="Submit" value="  wy£lij  ">'
  17.     +'<input type="Reset" value="  kasuj  ">'
  18.     +'</td></tr></table></form>'
  19. <!--%recenzja-->
  20.     +'<a href="JavaScript:parent.main.history.back()"><img src="../strzalkar.gif" width=23 height=15 border=0 alt="powr≤t">powr≤t</a>'
  21. <!--%-->
  22.     +'</body>');
  23.     }
  24.