<% sname = Request.ServerVariables("SERVER_NAME") sname = ucase(sname) if InStr(sname,"TRACYDECARLO") <> 0 then response.redirect "/tracy/index.htm" elseif InStr(sname,"NEWDOMAINNAME") <> 0 then response.redirect "folder/file.html" end if %> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body>