% '==================================================
' Microsoft Server Appliance
'
' Serves task wizard/propsheet frameset
'
' Copyright (c) 1999 - 2000 Microsoft Corporation. All rights reserved.
'================================================== %>
<%=Request.QueryString("Title")%>
<%
Dim strURL
strURL = Request.QueryString("URL")
if InStr(strURL, "?") = 0 then
'? not found in URL
strURL = strURL & "?"
else
strURL = strURL & "&"
end if
strURL = strURL & "ReturnURL=" & Server.URLEncode(Request.QueryString("ReturnURL"))
%>