Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can you redirect an XML webpage?

Status
Not open for further replies.

plshelpme

Programmer
Nov 1, 2001
27
CA
if so, is it done the same way you would redirect an ASP page?

Code:
<%@ LANGUAGE=VBSCRIPT %>
<%
Response.Redirect(&quot;[URL unfurl="true"]http://www.thenewsite.com&quot;)[/URL]
%>[\code]

can you even use VBSCRIPT in XML?
I'm so confused. thanks
 
yes. :) Kenneth Birney
User Interface Programmer
Scottish Police
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top