% @ Language=JavaScript %>
This link will demonstrate the Request.QueryString object.
The current value of Size is <%= Request.QueryString("Size") %> The current value of Color is <%= Request("Color") %>
Source Code