<%@Page Language="VB" Trace="false" %> <% Response.Charset = "UTF-8" Response.ContentType = "application/pxd" Response.AppendHeader "Content-Disposition","inline;filename=test.pxd" TextBox1 = Request.Form("TextBox1") %> <% =TextBox1 %>