VBScript
Batch File or vbscript that completes multiple tasks
I am looking to do some automating on some imports. I am looking for a way to call multiple scripts to run from either one batch file or vbscript. wha开发者_如何学运维t I am trying to do is the follow[详细]
2023-04-03 15:56 分类:问答load xml data from external site the pasre data and then send response back in xml to browser
I need to request data from an API parse specific data from it and return the response in xml. What I have so far is this which works fine but only returns text rather than xml[详细]
2023-04-03 11:11 分类:问答how to treat empty parameters in function calls?
When you call a function like x = myfunc(a,b,,d)what happens with the 3rd parameter? is it empty? null? nothing?[详细]
2023-04-03 10:40 分类:问答Regular Expression working in .Net but not in Classic ASP
I have the below regular expression which is working fine in .NET however it is not working in Classic ASP. The Regular expression is used to validate for a least one digit and one character.[详细]
2023-04-03 09:17 分类:问答Out of String Space in classic ASP
We have a classic ASP site that has some pages that do some extreme string concatenation and occasionally generate the \"Out of string space\" (OOSS) exception.I am fixing the pages either with direct[详细]
2023-04-03 09:16 分类:问答VBScript internationalization guidelines/best practices
Peace be upon you all! I have been working on Internationalization and I want guidelines for VBScript. There is a lot of material for Java and JavaScript, but after extensive research on VBS, I could[详细]
2023-04-03 08:48 分类:问答Copy updated files from 1 PC to it's networked clients
The scenario - 9 PCs on a LAN, 1 Instructor system and 8 Clients, all with static IPs. Files within a directory on the instructor system could be updated at any time and I\'d like to launch a script[详细]
2023-04-03 08:33 分类:问答Classic ASP get textbox value - using VBScript
I am trying to upload a file to my server.The file is uploading but I would like to get the value that is in the File1 textbox.I do NOT want the path, I want just the filename that I\'m saving.[详细]
2023-04-03 04:01 分类:问答Retrieiving Cookies and Sending Cookies and Post Variables in VBScript
I\'m trying to submit some post data form using vbscript. The site I\'m posting it to contains some java, and having poked around in the headers, I notice it\'s sending a cookie containing JSESSIONID,[详细]
2023-04-02 21:14 分类:问答Compilation error 800A0401
I have recently been searching for a solution to my problem and I came across this website. I attempted to follow instructions on how to fix my problem from many other sites but I\'m not entirely good[详细]
2023-04-02 18:59 分类:问答