%@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 ); } %>
|
CBGoodman | 3100 Padre Blvd |SPI, TX 78597 \\\ Welcome to the future home of The Cottages at South Padre Island \ For More Information, Call Tom Goodman @ CBGoodman 800-55-PADRE \ 956-761-7802 |