这是我的简单代码:
<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>
我的表单没有提交,也就是说没有将我重定向到dodajs.php。我有更多的文件与这个相同的更多形式,他们都工作,除了这一个...我做错了什么?不能为我的生活弄清楚