<%@LANGUAGE="JScript" %> <% // Write a user entered value into the HTML page safely. function writeSafeValue( sName ) { var sValue; sValue = "" + Request.QueryString( sName ) + ""; try { if( typeof( sValue ) == "string" ) { if( sValue != "undefined" ) { // Do net let the user attempt to input HTML Code or // SSI (Server Side Include) directives. sValue = sValue.replace( //g, ">" ); sValue = sValue.replace( /\"/g, """ ); } else { sValue = ""; } } } catch( e ) { // Catch and display any errors that occur. Response.Write( "writeValue( "" + sName + "" ) ERROR " + e.number + ": " + e.description + " - sValue: " + sValue ); sValue = ""; } Response.Write( sValue ); } %> Contact Me

 

Hello - this is a test

 

 

Contact information
First name:  "> Last name:  ">
Email:  "> Phone:  ("> ) - "> - ">
House #:  "> Street:  ">
Suite #:  "> City:  ">
State:  "> Zip:  ">
Best time to reach me: 

Buyer property features
Minimum price: 
Maximum price: 
Square feet: 
Bedrooms: 
Bathrooms: 
Age of house: 
City:  ">
State:  ">
County:  ">
Area:  ">
Features: 
Location of house:Same as address above
My property features
Minimum price:  ">
Maximum price:  ">
Square feet:  ">
Bedrooms:  ">
Bathrooms:  ">
Age of house:  ">
City:  ">
State:  ">
County:  ">
Area:  ">
House #:  ">
Street:  ">
Suite #:  ">
Zip:  ">
Features: 

Other contact information
I am:  >Buying >Selling >Both
Contact me by:  >Phone >Email
Comments: 

"> "> "> ">