Hi
I have a problem a had a URL that looks like:
http://myserver.com/mypage.asp?param1=xx¶m2=yyy
The source of the code looks like:
http://myserver.com/mypage.asp?param1=xx&param2=yyy
For some reason the last URL dosent work , I need that he source of the URL appear with & instead...
I have the same problem,
I need to load and asp because the asp generate the xml.
I tried the following bit it dosent work either.
<%
Dim xml
Dim xsl
Dim xdoc
set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
set xdoc = Server.CreateObject("MSXML2.DOMDocument")
set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.