Forum: ASP May 1st, 2008 |
| Replies: 0 Views: 1,222 I've just inherited some classic ASP code that apparently uses client side vbscript. The bulk of our code is classic ASP with server side VBScript, but I've always done any client side with... |
Forum: ASP Jan 30th, 2007 |
| Replies: 2 Views: 6,096 Thanks for the help! I think I tried that, and all it did was first sort by the second column, and then sort by the first column, independent of what had already been sorted. I think it was the... |
Forum: ASP Jan 24th, 2007 |
| Replies: 2 Views: 6,096 I'm working in VBScript and want to sort a multidimensional array on two of the columns in it. I've got a function (based on TONS of examples around the Net) that is sorting on one column, but I... |
Forum: ASP Oct 28th, 2005 |
| Replies: 2 Views: 9,487 Hmmm, for some reason it isn't, or at least your code puts an extra "/" in. The Request.ServerVariables("URL") is including the leading "/". I dunno, our setup is messed up, the test environment... |
Forum: ASP Oct 28th, 2005 |
| Replies: 2 Views: 9,487 I've implemented a security method where a user goes to a page, if they are are session authenticated, they redirect to a central login page, and then if they login correctly they are redirected back... |