P
PiGei
hi all,
I'm trying to use server.execute statement to include in an asp page
another asp page with a parameter.
That's because I've a parametric query in the second asp page and I have
to pass the value
<% Server.Execute("result.asp?key=2") %>
I can't do it. That's the error message I get:
Server object, ASP 0231 (0x80004005)
Invalid URL form or fully-qualified absolute URL was used. Use relative
URLs
Any suggestion? Maybe the method doesn't support a parametric URL?
If so, how can I do?
thanks in advance
PGei
I'm trying to use server.execute statement to include in an asp page
another asp page with a parameter.
That's because I've a parametric query in the second asp page and I have
to pass the value
<% Server.Execute("result.asp?key=2") %>
I can't do it. That's the error message I get:
Server object, ASP 0231 (0x80004005)
Invalid URL form or fully-qualified absolute URL was used. Use relative
URLs
Any suggestion? Maybe the method doesn't support a parametric URL?
If so, how can I do?
thanks in advance
PGei