I need to get the Windows domain name from Internet Explorer using classic asp (I could try it in another way if with classic asp it\'s not possible).开发者_开发技巧
I\'m using vbscript to write form data to an XML file: Set objRecord = objDom.createElement(\"story\")
I was wondering if its possible to have one or more functions within a fun开发者_开发技巧citon like in jQuery?I need to add an inline function that performs a simple task but I really don\'t need it a
i want to make an asp query so that an event is shown when it\'s date is greater or equal. here\'s the code so far, but it doesn\'t work.
The code below is how to show/split 2 rows in a table. But how do I get it to show/split it to 4 rows and not only two ???
I had redone the CSS to allow the footer to stay at the bottom of our product page but it seems that if the left-hand side contains more information than the body does, the footer cuts the left off, i
Can .asp &a开发者_开发技巧mp; .aspx pages work if placed in same virtual directory?Short answer is YES and I have used such configuration in past.
I want to calculate the difference between two dates and want to convert it like 2 years, 5 months or only 3 months, or 2 days according to the difference considering all months are 30 days...
I have Oracle 10g and have installed ODBC via the instant client.I am able to use the ODBC administrator and set up a DSN and test suc开发者_如何学JAVAcessfully, and whenever I use Microsoft Access I
I have to run a classic asp project in the root folder of a mvc folder. How can i set up the web config to protect the routes through classic asp files?