home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / qstring.asp < prev    next >
Text File  |  1996-09-20  |  259b  |  6 lines

  1. <HTML>
  2. <A HREF="qstring.asp?Size=Medium&Color=Yellow">
  3. This link will demonstrate the Request.QueryString object.</A><P>
  4. The current value of Size is <%= Request.QueryString("Size") %><BR>
  5. The current value of Color is <%= Request("Color") %><BR>
  6. </HTML>