Problem tkwi w tym że obliczam mnozenie ilosc razy wartosc JAVASCRIPT -> jest to wyliczone ale chce to wsadzic do inputa o nazwie in002
[php]<? require('config.php'); ?>[/php] <html> <head> <STYLE TYPE=TEXT/CSS> <!-- td { font-family: Verdana; font-size: 11px;} legend {font-family: Verdana; font-size: 11px; font-weight: bold; padding: 10px;} input { font-family: verdana; font-size: 11px; border: solid 1px gray;} textarea { font-family: verdana; font-size: 11px; border: solid 1px gray;} input.chk { font-family: verdana; font-size: 11px; border: solid 0px gray;} select { font-family: verdana; font-size: 11px; border: solid 1px gray;} fieldset { padding: 15px; } --> </style> <script language="javascript"> function licz(form) { var cena; cena=form.in001.value*form.in003.value; return cena; } </script> </head> <body> <form action=index.php method=post> <fieldset> <table border=0 cellspacing=0 cellpadding=3> </table> </fieldset> <fieldset> <table border=0 cellspacing=0 cellpadding=0> </select> <td> </table> </body> </html>
