]> Dogcows Code - chaz/p5-CGI-Ex/blob - samples/html1.htm
CGI::Ex 2.00
[chaz/p5-CGI-Ex] / samples / html1.htm
1 <form name="foo">
2 <input type=text name=user>
3 <input type=text name=foo>
4 <input type=hidden name=bar value=1>
5 </form>
6
7
8 <script>
9 document.validation="\n\
10 user:\n\
11 required: 1\n\
12 foo: {required_if: 'bar'}\n\
13 ";
14 </script>
This page took 0.029429 seconds and 4 git commands to generate.