I had inherited a website to do general maintenance on. The web pages are ASP pages but the bulk of my work has been with the html/css. The site has been working fine for a number of years, that is un
I need to check if a 开发者_JAVA百科directory exists, and if not then create it.I know how to do this in .NET, but I am struggling with how to do this in classic ASP.Can anybody help?Use the following
I currently have aproject converting asp classic codes to C#, then i came into this section of the code...
using a code like this will count the active visitors on my website. global.asa Sub Application_OnStart
I\'m try to achieve in cl开发者_运维百科assic asp what has been done here in ASP.NET Asp.net - Empty QueryString Parameter
Is there any way to assign ASP variable between jquery function is executing? <% txtDescription = Replace(strBody,vbCrLf,\"<br/>\")
i have recently converted a classic asp application to ASP.NET 3.5, but i feel t开发者_StackOverflow社区hat my Classic ASP version was a bit faster (i don\'t know may be buyers remorse).
In ASP JavaScript I am trying to form a statement (possibly an if statem开发者_StackOverflow社区ent) that will catch any error\'s that occur on any ASP page and when there is one it will redirect the
I have this... Response.write \"<table width=\"\"700\"\" border=\"\"0\"\">\" Response.write \"<tr><td width=\"\"10%\"\"> <td align=center pagetitle2strong\"\"><br
can a download of excel file with response. contenttype be proccessed without the saveas window so th开发者_如何学Goe file will be opened automaticly?In general, no. I think the only way this will wor