I\'m displaying an image like this: <img src=\'counter.asp\'> counter.asp is doing a hit-counter do determine how often the image was displayed (I\'ll replace it with a modrewrite URL).
Is it possible to show Tool Tip on DropDown Values befor selection开发者_运维知识库 one from DropDown, using Classic ASP?
I\'m trying to add an image to a generated html word document that is embedded in a classic ASP page. The code looks something like this:
I need to see the actual requests being made from a asp page to the webservice(which calls another webservice). All these requests happen on the same local box. I ran the \"proxycfg -p http=127.0.0.1:
I request a website header, howev开发者_运维问答er, there is not Last-Modified info in this http header. I wanna creat a site map and get each file\'s date on the server. Don\'t understand why there i
My website utilizes ASP. I have a link to a PowerPoint file within my website\'s file structure. The file is replaced every day with an updated version, but when users click on the link, the browser d
Anyone know of a way to find out the amount of memory/size of a XMLDocument once it has parsed a XML file? I\'ve been doing \"beer mat\" calculations so far but have been asked to come up with some mo
I\'m trying to get a high-level understa开发者_JS百科nding of ASP.Net MVC, and it has started to occur to me that it looks a lot like the original ASP script.Back in the day, we were organizing our \"
There is a page on our server that\'s reachable via two different URLs. http://www.spotlight.com/6213-5613-0721
I need to get access to some server variables like APPL_PHYSICAL_PATH from the the Global.asa file.I can do this on any page of my site using the Request o开发者_运维百科bject as follows...