1 2 3 4 5 6 7 8 9 10 11
<html> <head> <title>База Данных</title> <script src="JScript1.js" type="text/javascript"></script> </head> <body> <input type = 'file' onChange = 'ReadFile(this)'/> <div id = 'table'> </div> </body> </html>