Recommended: How to hide the real address of the picture Generally speaking, the image code of the website is like this. The following is the quoted content: img src=./attachments/test.jpg />
A piece of ASP code that can access multiple domain names in a website space:
| The following is the quoted content: <% if Request.ServerVariables(SERVER_NAME)=www.abc.com then response.redirect abc/ else if Request.ServerVariables(SERVER_NAME)=www.123.com then response.redirect 123/ else if Request.ServerVariables(SERVER_NAME)=www.456.com then response.redirect 456/ end if end if end if %> |
Share: ASP tutorial: database operation class written by yourself There are a lot of database operation categories searching online. I am not better than those, but I just wrote them myself and used them more. So there is nothing special about me, I just use my habits. As for efficiency and other aspects, please give me advice! ! Program code: