%@ Language=VBScript %>
<%
strContent = ""
strCRLF = Chr( 13 ) + Chr( 10 )
strStyle = UCase( Request.Form( "Style" ) )
if strStyle = "S1" Then
strContent = "" + strCRLF
Else
strContent = "" + strCRLF
End If
%>
Tip HTML Code
|
The HTML code below can be embedded into your Web site. Simply
copy it and paste it into your HTML code.
<%Response.Write( strContent )%>
Back to YourOB.com main page
|