|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/conceptlabs1/viateq/demo/ |
Upload File : |
<%
Session.CodePage = 65001
Response.Charset = "UTF-8"
'''''''''''''''''''''''''''''''''''''''''''''''''''''
' DATE : May 24, 2017
' AGENCY : Department of Labor / OFCCP
' AUTHORS : VIATEQ CORPORATION / Dennis R. Dunston
' NOTES : Receives form data and processes it for distribution.
'
' The decision was made to include the thankyou and instruction pages into this
' asp file because there were 404 and 500 errors when trying to access html files
' from the browser.
''''''''''''''''''''''''''''''''''''''''''''''''''''
F_Zipcode1 = Request.Form("Zipcode1")
Response.Write "UTF-8 符<br>"
Response.Write "FIELDVALU - " & F_Zipcode1
%>