|
lovduv -> RE: Quick asp query string question (4/17/2007 21:34:40)
|
I am adding code I have tried to this reply, as I fail over and over......lol This does not work: <%=getXML("http://feeds.spot.com/Public/UserTimeFeed.ashx?tag='(request.querystring('tag'))'","totalplayed.xsl")%> This does not work: <%=getXML('http://feeds.spot.com/Public/UserTimeFeed.ashx?tag="(request.querystring('tag'))"',"totalplayed.xsl")%> Not this eithier...accckk...lol: <%=getXML('http://feeds.spot.com/Public/UserTimeFeed.ashx?tag='request.querystring('tag')'","totalplayed.xsl")%>
|
|
|
|