Can anybody tell me what the following logic would do? if ((intOne and intTwo) = intThree) I\'ve got a feeling it checks that either intOne or intTwo matches intThree, but I\'d like to know for cer
We run a busy website built on clas开发者_运维百科sic ASP (for all sorts of legacy reasons). During busy periods we\'re seeing an unexplained error and can\'t get to the bottom of it. It manifests by
So this page gets all the sales for todays date in a query and then sums them up, but if a sale get\'s canceled it also subtracts the canceled amount from the total amount, i don\'t want it to do this
Apologies for the confusion, I have two files, one vbscript/asp(classic) and the other a javascript file.
I\'m updating an old process that already exists, which works as follows: The user submits a form which runs the following asp (simplified, names changed):
Does anybody know a VBScript implementation of Markdown? I开发者_开发问答 want to use it in my webpages written in Classic ASP to convert Markdown markup to HTML.
I have two tables, that relate via a one-to-many relationship i.e tableOne(1)----------(*) tableTwo Given the basic schema below
I have a new IIS7 box running Windows Server 2008 Web Edition (x64), and I have set up an existing classic ASP site there.The site works fine and super speedy for the most part, but will randomly hang
Hi Please let me know how can i get the client IP address. I have used the following . Ip = <--#echo var=\"REMOTE_ADDR\"-->;
I\'m trying to execute classic ASP pages on a windows 2008 64 bit R2 box. Initially the problem was with registering dlls; that\'s now fixed.