For Each Item In Request.Form
fieldName = Item
fieldValue = Request.Form(Item)
Response.Write(""& fieldName &" = Request.Form("""& fieldName &""")")&fieldValue&"<br>"
Next
'ASP,MSSQL Tip' 카테고리의 다른 글
[asp] ABCUpload UTF-8 (0) | 2014.02.28 |
---|---|
각 나라명 Country name (0) | 2014.01.15 |
[MS-SQL] sp_change_users_login (0) | 2013.08.06 |
[html5] html5에서 중단된 태그들 (0) | 2013.08.02 |
[ASP] 한글 입력 체크 (0) | 2013.07.24 |