Samizdatová skripta

Odeslání formuláře pomocí JS


  
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
   <meta http-equiv="content-type" content="text/html; charset=windows-1250">
   <meta name="generator" content="PSPad editor, www.pspad.com">
   <title> </title>
   <script type="text/javascript">
function odesli()
{
var cmd = document.getElementById("a1");
var hod = document.getElementById("bla");
hod.value="xxxx";
cmd.submit();
}
 </script>
   </head>
   <body>
 <form action="http://www.uzlabina.cz" id="a1">
 <input type="hidden" name="bla" id="bla">
 </form>
 <a href="Javascript:odesli()">odeslat </a>
   </body>
 </html>

upravit odstranit css

NAVRCHOLU.cz