forked from netkiller/netkiller.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompany.html
More file actions
executable file
·19 lines (19 loc) · 1.01 KB
/
Company.html
File metadata and controls
executable file
·19 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- db==>html form author:netkiller -->
<form name="form" action="" >
uid:<input name="uid" type="text" value=""><br>
cname:<input name="cname" type="text" value=""><br>
ename:<input name="ename" type="text" value=""><br>
position:<input name="position" type="text" value=""><br>
industry:<input name="industry" type="text" value=""><br>
buy:<input name="buy" type="text" value=""><br>
sale:<input name="sale" type="text" value=""><br>
kind:<input name="kind" type="text" value=""><br>
homepage:<input name="homepage" type="text" value=""><br>
telephone:<input name="telephone" type="text" value=""><br>
fax:<input name="fax" type="text" value=""><br>
province:<input name="province" type="text" value=""><br>
city:<input name="city" type="text" value=""><br>
address:<input name="address" type="text" value=""><br>
postalcode:<input name="postalcode" type="text" value=""><br>
state:<input name="state" type="text" value=""><br>
</form>