Request.Querystring
am 04.06.2007 12:06:39 von paul chambers
hello. In the the below code, I want to change " here " with a file pulled
via a Querystring.
For example, if http://localhost/page.asp?=data.xml is the url I want " here
" replace with data.xml.
I know I will probably be duh when I get the anwser, but I don't how to
replace " here " with just data.xml after the ?=
Thank you,
Paul
Title:
Artist:
Year:
Re: Request.Querystring
am 04.06.2007 12:25:32 von paul chambers
Forgive me folks. This stroke I had has been hard on me. Getting back my
senses though.
For any one who wants to know the answer, it is just <%=
Request.QueryString("page") %> and url should be
http://localhost/page.asp?page=data.xml.
Sorry to waste anyone's time.
So here it goes...DUH.. Funny thing is I search for hours for the answer and
It just popped out at me.
Paul
"paul chambers" wrote in message
news:B0CDD98A-042A-4E8D-8C42-6C43051F4A16@microsoft.com...
> hello. In the the below code, I want to change " here " with a file pulled
> via a Querystring.
>
> For example, if http://localhost/page.asp?=data.xml is the url I want "
> here " replace with data.xml.
>
> I know I will probably be duh when I get the anwser, but I don't how to
> replace " here " with just data.xml after the ?=
>
>
>
> Thank you,
> Paul
>
>
>
>
>
>
Title:
>
>
Artist:
>
>
Year:
>