code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| <html>
<head>
<title>Midden boven</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#CCCCCC" text="#000000">
<table width="100%" border="6">
<tr>
<td width="14%" height="22">Ordernummer</td>
<td width="12%" height="22">Datum</td>
<td width="9%" height="22">Werknemer</td>
<td width="23%" height="22">Klant</td>
<td width="18%" height="22">Omschrijving</td>
<td width="12%" height="22">Status</td>
<td width="12%" height="22">Prioriteit</td>
</tr>
<tr>
<td width="14%" height="53">
<form name="form4" method="post" action="">
<input type="text" name="Ordernummer">
</form>
</td>
<td width="12%" height="53">
<form name="form5" method="post" action="">
<input type="text" name="Datum">
</form>
</td>
<td width="9%" height="53">
<form name="form1" method="post" action="">
<select name="select werknemer">
<option value="Bas">Bas
<option value="Erwin">Erwin
<option value="Marc">Marc
<option value="Michel">Michel
</select>
</form>
</td>
<td width="23%" height="53">
<form name="form6" method="post" action="">
<input type="text" name="Klant">
</form>
</td>
<td width="18%" height="53">
<form name="form7" method="post" action="">
<input type="text" name="Prioriteit">
</form>
</td>
<td width="12%" height="53">
<form name="form2" method="post" action="">
<select name="Status">
<option value="a">a
<option value="b">b
<option value="c">c
<option value="d">d
</select>
</form>
</td>
<td width="12%" height="53">
<form name="form3" method="post" action="">
<select name="Prioriteit">
<option value="Erwin">geen voorkeur
<option value="Bas">Haast
<option value="Erwin">Erg veel haast
<option value="Marc">Allerhaarsters
<option value="Michel">verhaarst ;-)
</select>
</form>
</td>
</tr>
</table>
</body>
</html> |
Zo dit is een hele lap text
Ik wil hier ergens een verwijzing tussen naar een php bestand..
iets als: <form action="voegtoe.php" method="post">
waar kan dat ergens tussen? ik heb al veel geprobeert/ en vooral waarom?