473,386 Members | 1,924 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Request.Querystring

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

<xml src=" here " id="xmldso" async="false"></xml>

<br />Title:
<span datasrc="#xmldso" datafld="title"></span>
<br />Artist:
<span datasrc="#xmldso" datafld="para1"></span>
<br />Year:
<span datasrc="#xmldso" datafld="county"></span>

Jun 4 '07 #1
1 1476
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" <ha******@hotmail.comwrote in message
news:B0**********************************@microsof t.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

<xml src=" here " id="xmldso" async="false"></xml>

<br />Title:
<span datasrc="#xmldso" datafld="title"></span>
<br />Artist:
<span datasrc="#xmldso" datafld="para1"></span>
<br />Year:
<span datasrc="#xmldso" datafld="county"></span>
Jun 4 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Anders Borum | last post by:
Hello! I would like to request a new method on the XsltArgumentList class, allowing developers to check the presense of a key/value pair. If you try to add a key/value pair that has already been...
1
by: FD | last post by:
For performance reason, the follwoing code (C#) to capture all the Request collection contexts is NOT recommended: string ID = Request.QueryString; But how to Capture the individual Request...
2
by: mahsa | last post by:
Hi have have some link like thi http://x.com/Shoppingcart.aspx?pn=ps50210&qty_ps50210=1&pn=excel&qty_excel=1&pn=l4504000&qty_l4504000=1&sku=PS50210&cat=laminate&action=updat now I want to request...
6
by: Ammar | last post by:
Dear All, I'm facing a small problem. I have a portal web site, that contains articles, for each article, the end user can send a comment about the article. The problem is: I the comment length...
7
by: =?Utf-8?B?QVRT?= | last post by:
HOWTO Make CStr for JavaScript on ASP w/ Request.Form and QueryString In ASP, Request.Form and Request.QueryString return objects that do not support "toString", or any JavaScript string...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.