File: example2.html

package info (click to toggle)
libcgi-xmlform-perl 0.10-16
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 176 kB
  • sloc: perl: 263; makefile: 191
file content (13 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
	<head><title>Table test</title></head>
	<body>
	Table test
	<form action="example.pl">
  <input type="hidden" name="/table/tr">
  <input type="text" name="td">
  <input type="text" name="td">
  <input type="text" name="../tr/td">
  <input type="submit" name=".submit">
  	</form>
	</body>
</html>