python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I deal with the error "expected loop"?
My code doesn't work
i am trying show my friends
this is the code it is a message box
Dim objShell, strComputer, strInput
Dim strRestart
pass=inputbox( "test time! what is 2+2?" )
if pass=...

whenmemesfly
Votes: 0
Answers: 1
Classic ASP - Consolidating A Group of Years
I currently use a template generator built in Classic ASP. It takes values in from a basic form and simply re-populates the template with those values, so the code can easily be copied and pasted on e...
Justin
Votes: 0
Answers: 1
How to POST JSON data to an API using VBscript
I am currently working on a signup form and I want users to be pushed to my hubspot account upon sign up. The form is built in a .asp file format using HTML, CSS, and VBscript. I want the user to fill...
alias542
Votes: 0
Answers: 0
Writing from a WinCC recordset
I have a working script that reads WinCC DB and writes data into a CSV file with two columns (1 timetag and 1 value).
path = "C:\HMI\Report\Report.csv"
'creating csv file
Set fso = CreateObj...
Aleksandr
Votes: 0
Answers: 1