File: fillinform.html

package info (click to toggle)
libhtml-element-library-perl 5.220000-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 336 kB
  • ctags: 45
  • sloc: perl: 857; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<div>
	<h1>Dialer</h1>
	<form id="appform" method="post" name="appform">
		<div id="city_div">        City:        <input type="text" name="city"/> </div>
		<div id="state_div">       State:       <input type="text" name="state"/> </div>
		<div id="company_div">     Company:     <input type="text" name="company"/> </div>
		<div id="data_source_div"> Data Source: <input type="text" name="data_source"/> </div>
		<input type="submit" value="locate records"/>
	</form>
</div>