GetRequestStringRange - Solution Sites Routine

This function removes double quotes, and opening and closing element characters (< and >) from strings obtained through the Request object.

This function also ensures that the requested string is within the length range specified by the iMinLength and iMaxLength parameters.

Definition

Function GetRequestStringRange(
  byVal sName,
  byVal vtDefault,
  byVal iMinLength,
  byVal iMaxLength)

Defined in File

include\std_url_lib.asp

Routines Called

None.

Called By

None.

Remarks

For more information about security issues, see Security Issues for Solution Sites.

Copyright © 2005 Microsoft Corporation.
All rights reserved.