%@ Language=VBScript %> <% ' --------- Redirect Here for a PopUp----------- ' ' url=Request.QueryString("url") strLocation = url if url <> "" then openlink(strLocation) ' replaces response.redirect end if function openlink(link) %> <% end function %>
|
|