Anyone Know Perl
I need a simple Perl script that gets two input values and save them in a text file on the host machine. I'm using WebBrowser to make the call to a Perl script as you see in the sample code below....
View ArticleHow to integrate a Javascript in HTA written in Vbscript ?
HI :wave: I have this code in HTA is used to convert text into HTML. Code: <html> <head> <title>Exportation du Code Source avec coloration syntaxique en HTML © Hackoo ©...
View ArticlePost with WinhttpRequest syntax problem
Trying to use WinhttpRequest to automatically login to a Multi-functional copier. BELOW is the code from the Copier where it references the Login form and associated functions/PHPs. I'm using a...
View Article[Resolved] Problem running old classic ASP website on my Windows 7, IIS 7...
Hi, I developed a classic ASP website several years ago and out of the blue, today, the customer wants to make some changes to it. I could not convince him to rebuild it .NET. So I now have to rebuild...
View ArticleMy first ASP failed!
Trying to learn ASP I copied an easy example from a web site Here is the ASP code Code: <!DOCTYPE html> <html> <body> <% Set FS = Server.CreateObject("Scripting.FileSystemObject")...
View ArticleMy first ASP failed
Trying to learn ASP I copied an easy example from a web site Here is the ASP code Code: <!DOCTYPE html> <html> <body> <% Set FS = Server.CreateObject("Scripting.FileSystemObject")...
View ArticleWScript Sleep Time
Hi All, I am using that for example: Code: WshShell.SendKeys "pwd" WshShell.SendKeys ("{Enter}") WScript.Sleep 1000 WshShell.SendKeys "mkdir test" WshShell.SendKeys ("{Enter}") WScript.Sleep 2000 Is...
View ArticleVB Script in Excel to place text in a TextBox within a Word document
Hello, I was wondering if someone could please help me out. I am trying to create a TextBox from Microsoft Excel into Microsoft Word using VB Script. Let me clarify this, if I am in Excel and click on...
View ArticleTextbox input to a hyperlink in the excel spreadsheet cell
I am creating a form that is basically giving a database/inventory of chemicals on hand and where they are located in our facility. I have just added another text box that is for links to web pages for...
View ArticleError running my ASP
I have the following ASP: Code: <!DOCTYPE html> <html> <body> <% dim fs,tfile set fs=Server.CreateObject("Scripting.FileSystemObject") set...
View ArticleHow To Do: Translate HTML codes to normal text
I have a script program that I tried using the following code: Code: ' ' $value =~ tr/+/ /; $value =~ tr/%21/!/; $value =~ tr/%22/"/; $value =~ tr/%25/%/; $value =~ tr/%26/&/;...
View Article[RESOLVED] Error running my ASP
I have the following ASP: Code: <!DOCTYPE html> <html> <body> <% dim fs,tfile set fs=Server.CreateObject("Scripting.FileSystemObject") set...
View Article[Help] Batch File execution (ASP Classic)
Good day VBForums, I visited this site and you guys might help me on executing a batch file from a client (accessing via HTTP intranet executing using ASP Classic). OS used: Client(Windows XP) - Here...
View ArticleNewb to VB need help
Sorry for the newbish question asking for help, but for the life of me i had been trying to modify my script to read my exclusions from a single of multiple text files. well here goes my script, it...
View ArticleGaining focus of a window without the complete name
I've been searching online and experimenting but can't get this to work. I'm using the Windows Scripting Host (just running .vbs files on the machine) What I need to do is gain focus on a particular...
View Article[RESOLVED] Newb to VB need help
Sorry for the newbish question asking for help, but for the life of me i had been trying to modify my script to read my exclusions from a single of multiple text files. well here goes my script, it...
View Articlesending computer to sleep
hi i have a vbs that after two hours sends my computer to shutdown. this is the script set shell = CreateObject("Wscript.Shell") shell.run "shutdown.exe -s -t 7200" i was wondering if there is any way...
View ArticleCalling macro from VB script
Hi I am trying to call a macro in test.xls using the following VB script Option Explicit Dim returnVal returnVal = 0 WScript.Echo returnVal Dim xlApp, xlBook Set xlApp =...
View Article[RESOLVED] Template Column Textbox doesn't update text property when user...
Hi All I've been staring at this for about the last hour and I'm sure I'm missing something obvious but I just can't see it. I have a DataGrid on a Web Form. It has a tempate column which is bound to a...
View Articlecalculator GPA
hi. there is no GPA calculation example using VBScript? or anyone can help. hope you all can help me in VBScript in html coding. Course Code Course Name Grade Grade Point Credit Hours Credit Hours x...
View Article