root/JavaScriptCheckInput/trunk/index.html
| Revision 35, 302 bytes (checked in by infogerance, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | <html> |
| 2 | <head></head> |
| 3 | <body> |
| 4 | <script language="JavaScript" src="check_input.js"></script> |
| 5 | <form> |
| 6 | <input type="text" |
| 7 | id="nom" |
| 8 | value="" |
| 9 | onKeyUp="check_input(this.id)"/> |
| 10 | |
| 11 | <input type="submit" |
| 12 | id="submit" |
| 13 | value="Ok" |
| 14 | style="display:block;"/> |
| 15 | </form> |
| 16 | </body> |
| 17 | </html> |
Note: See TracBrowser for help on using the browser.
