P
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
<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>
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>