I am writing some vbscript and I am not sure how to deal with this issue. I need to pass a file to a function but it requires the file to be passed as an object in an array since there could be multiple files.
I am having a hard time figuring out how to add the file as an object to the array...
When a user completes the form, they are prompted with a msgbox whether they would like to start a new entry. Without using the reset button, I would like to use vbscript to reset the controls. I have tried to call the OnClick event but it was unsuccessful.
Thanks in advance.
I have a webpage which will load on a number of servers, and each webpage must load a txt file within its root folder. Since the folder name will change from server to server, I need a way to find the current directory and then load the txt file from that location via vbscript.
Any Ideas...
I have a form which has three fields for date. Month (2 Char), Day (2 Char), and Year (4 Char). When a user enters the second character, I want the focus to change to the next texbox and so on. I am unable to use the OnChange.
Does anyone have any ideas how to approach this? I have exhausted...
When I run this vbscript on a webpage, it sends an email with the information gathered on the webpage. In the process, it renames the Inbox in Outlook. How did I do that?
Please help!
Dim ConstSubject
Dim ConstComment
Dim ConstCount
Dim ConstRecpCount
Dim WSHShell
Dim FileNames
Dim...
I have a File Field Textbox which allows a user to attach a file. Once they have attached the file, I would like to clear the File Field Textbox. I have tried, empty, null, and " ".
Any ideas?
Thank you in advance.
Hi Guys,
I have a listbox which contains up to 5 files which a user can attach to an email. I am having difficulty writing vbscript which will grab all the values in the listbox. Can someone please help? Thank you in advance.
Hello All,
I have created a webpage which uses the following VBScript and then prefills the email with the information and sends it. Why am I doing this? Our Fax Server requires users to use the correct switches and format, and since they are unable to do this, I created an interface thru a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.