1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN">
2 <!-- Autofill credit card test form where autocomplete is off for the card number field. -->
5 <title>Autofill Credit Card Test Form
</title>
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
9 <form id=
"testform" method=
"post">
14 <label for=
"nameoncard">Name on Card
</label>
17 <input size=
"40" id=
"CREDIT_CARD_NAME"/>
23 <label for=
"card_number">Card Number
</label>
26 <input autocomplete=
"off" size=
"40" id=
"CREDIT_CARD_NUMBER" name=
"card_number"/>
32 <label>Expiration Date
</label>
35 <input size=
"2" name=
"ccmonth" id=
"CREDIT_CARD_EXP_MONTH"> <input size=
"4" name=
"ccyear" id=
"CREDIT_CARD_EXP_4_DIGIT_YEAR" />
40 <input type=
"submit" value=
"Submit">