ÿþ<html> <head> <title>HÇ thÑng ng ký c¥p phép qua m¡ng</title> </head> <body><br> <p style="font-family: Sans MS; font-weight: bold; font-size: 30px; color: rgb(39, 145, 189);" align="center"> Chào mëng ¿n vÛi hÇ thÑng ng ký c¥p phép qua m¡ng<br> <br> .. A. N. G.. T. ¢. I.. ...<br></p> <form name="loading"> <div align="center"> <p> <input name="chart" size="46" style="border-style: none; padding: 0px; font-family: Arial; font-size: 30px; font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);" type="text"> <br> <input name="percent" style="border-style: none; padding: 0px; font-family: Comic Sans MS; font-size: 35px; font-weight: bolder; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); text-align: center;" type="text" size="20"> </p> <script> var bar = 0 var line = "||" var amount ="||" count() function count(){ bar= bar+2 amount =amount + line document.loading.chart.value=amount document.loading.percent.value=bar+"%" if (bar<100) {setTimeout("count()",5);} else {window.location = "./DangKyQuaMang/TrangChu.aspx";} }</script> </div></form></body></html>