Recommended: List of judgement functions in asp The latest WEB source code download, go and have a look now... Popular commercial source code downloads www.chinaz.com<1>IsArray function returns a Boolean value to indicate whether a variable is an array. Syntax IsArray(varname) The varname parameter can be any variable
1. How to use Asp to determine the virtual physical path of your website
Answer: Use the Mappath method
| The following is the quoted content: <p align=center><font size=4 face=Arial><b> The Physical path to this virtual website is: </b></font> <font color=#FF0000 size=6 face=Arial> <%= Server.MapPath(/)%> </font></p> |
2. How do I know the browser the user is using?
Answer: Use the Request object method
| The following is the quoted content: strBrowser=Request.ServerVariables(HTTP_USER_AGENT) If Instr(strBrowser,MSIE) <> 0 Then Response.redirect(ForMSIEOnly.htm) Else Response.redirect(ForAll.htm) End If |
Answer: Solution
| The following is the quoted content: <% startdate=DateDiff(d,Now,01/01/1990) if strdate<0 then startdate=startdate*-1 avgvpd=Int((usercnt)/startdate) %> Show results <% response.write(avgvpd) %> that is it.this page have been viewed since November 10,1998 |
answer
| The following is the quoted content: (% dim p,ppic,dpic ppic=12 randomize p=Int((ppic*rnd) 1) dpic=graphix/randompics/&p&.gif %> show 〈img src=<%=dpic%>>> |
5. How to return to previous page
answer:
| The following is the quoted content: <a href=<%=request.serverVariables(Http_REFERER)%>>preivous page</a> Or use pictures like <img src=arrowback.gif alt=<%=request.serverVariables(HTTP_REFERER)%>> |
Share: Website Security: Top 10 Basic Principles for Preventing ASP Trojans Since ASP itself is a tribute service function provided by the server, the asp Trojan is highly concealed and difficult to detect and kill, posing a serious threat to the security of the website. Therefore, the prevention and removal of ASP Trojans has put forward higher technical requirements for network administrators. Several large programs have been fully prepared.
3 pages in total Previous page 123 Next page