Admin Admin
Tổng số bài gửi : 35 Join date : 08/03/2012 Age : 32 Đến từ : HBV (Hòa Bình Vip)
| Tiêu đề: code bai tap thuc hanh 2/11 Fri Nov 02, 2012 8:40 am | |
| - Trích dẫn :
- <%@ Language=VBScript %>
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> </HEAD> <BODY> <form action="1.asp" method="post"/> nhap data <input type="text" name="txt"/> <br/> pass <input type="password" name="pass"/> <input type="submit" value="guidi"/> </form <% dim txt dim pass txt=Request.form("txt") pass=Request.form("pass") Response.Write"<h1>" Response.write"gia tri cua txt:"& txt Response.Write"<br/>gia tri cua pass:"& pass Response.Write"</h1>" %> </BODY> </HTML> |
|