<%@ LANGUAGE=VBScript %> <%Response.Buffer=true%> Enter Your Zip Code <% ' =============================================================================== ' Name: DisplayBody ' Description: ' This routine will retrieve information from the database based on the key value ' passed from the calling page. Many times this information is stored in a ' Session variable named 'key'. Session variables are used to pass data around ' throughout the application as they are safer to work with than global ' VBScript variables. ' Created: 1/22/2002 ' Author: Mark Pilger ' Revision Log: ' Date Author Description ' |==========|==================|================================================| ' | | | | ' | | | | ' |==========|==================|================================================| Sub DisplayBody() %>
Plan Finder
Step 1: Enter Your Zip Code

eTruckerBenefits' website allows you to search for a plan online, view plan information, compare plans side-by-side, and download an application and brochure.

To begin the process, please enter your zip code and click Continue.

 

Enter Your Zip Code:

<% End Sub ' DisplayBody() ' =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ' Main Program Block ' =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Call DisplayHeader Call DisplayBody Call DisplayFooter %>