"BuddyWork" <> wrote in message
news: oups.com...
> Hello,
>
> I want to be able to client process of the ASP page to get the value
> populated in Request("rssFeed"), how can I do this because the Request
> object is not available to the Client-side.
Have your ASP write it out into some client-side script:
Response.Write "<script language='vbscript'>"& vbcrlf
Response.Write "rssFeed = " & Request("rssFeed") & vbcrlf
....
--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserv...y/centers/iis/
http://mvp.support.microsoft.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS