HTML Form not submitting -


here simple code :

<html> <head> <link href='http://fonts.googleapis.com/css?family=lato:400italic' rel='stylesheet' type='text/css'> <style> body {     color:#f6f6f6;     font-family: 'lato', sans-serif; } table,th,td { border:1px solid #e9e581; border-collapse:collapse; padding:6px; } td { text-align:center; } </style> </head> <body bgcolor="#2b2b2b"> <div align="center"> <br><br><br> <form action="dodajs.php" method="post">     ime: <br> <input type="text" name="ime"><br>     prezime: <br> <input type="text" name="prezime"><br>     adresa: <br> <input type="text" name="adresa"><br>     broj tel: <br> <input type="text" name="brojtel"><br>     broj indeksa: <br> <input type="text" name="indeks"><br><br>     <input type="submit" value="dodaj novog">   </form> </div> </body> </html> 

my form not submitting, aka not redirecting me dodajs.php. have more documents more forms same one, , work, except one... doing wrong ? cant figure out life of me


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -