iis|参考Tip 9: Out-of-Process Execution Trades off Performance for Reliability br Both ASP and MTS/COM+ have configuration options that allow you to trad...
cookieWritten by: Günter Hoffellner br Translated by: Bernhard Spuida br First published: 9/8/2000 br br Setting or reading cookies in Flash may be ne...
变量|动态The purpose of this application is to make it easier to caputre data from forms. I know when I create br forms I hate typing in all the request...
定时Using ASP and HTML Meta TAGS To Make A Dynamic Delay Message br br This is a little trick to display a timed message to the user after doing some so...
html body br % br mnth = MonthName(Month(Now)) br M = Month(Now) br If M = 1 Then M2 = M + 11 Else M2 = M - 1 br mnthprev = MonthName(M2) br Response...
显示Code Title: Proper Number br Description: If you have a long number to display, then why not make it split the number up correctly with br a comma? ...
定时|执行Using the global.asa to schedule ASP code execution. br Have you ever had some asp code that needed to execute every once in a while but, you ju...
Date manipulation with VBScript br br Beyond simply displaying the date, VBScript provides a number of functions br that allow you to manipulate dates. ...