Hi,
I have an html file with a vbscript function.
I have a form in which i send the value to my vbs function.
In the below form, I'm passing 1 parameter and it does work:
function Runtest(iteration)
...
....
End function
<FORM name ="Input">
Please enter your iteration: <INPUT...
Hi,
I have an html page with a vbscript function.
I have a form in which i send the value to my vbs function.
In the below form, I'm passing 1 parameter and it does work:
function Runtest(iteration)
...
....
End function
<FORM name ="Input">
Please enter your iteration: <INPUT...
Hi,
I have an html file with a vbscript function.
I have a form in which i send the value to my vbs function.
In the below form, I'm passing 1 parameter and it does work:
function Runtest(iteration)
...
....
End function
<FORM name ="Input">
Please enter your iteration: <INPUT...
hi all,
i'm getting the below error message:
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'CreateObject'
/dump2.asp, line 22
my code is:
<html>
<head>
<title>test</title>
<%
Sub LaunchApp
Dim qtApp
Dim qtTest
Dim qtResultsOpt
Set qtApp =...
I need to run a stored procedure. However, I’m getting some difficulties.
From SQL server, I run the following code below and I’m getting an integer number as a result. Either ‘0’ or ‘2’
declare @Cur datetime
set @Cur = GetUTCDate()
print dbo.ADMINTOOL_fn_GetExchangeStatus(1, @Cur)...
I need to run a stored procedure. However, I’m getting some difficulties.
From SQL server, I run the following code below and I’m getting an integer number as a result. Either ‘0’ or ‘2’
declare @Cur datetime
set @Cur = GetUTCDate()
print dbo.ADMINTOOL_fn_GetExchangeStatus(1, @Cur)...
Hi,
I am hosting my website on a dedicated server running IIS on a Windows 2003 Server box. I am very concerned about my server security as I am not using any firewall or other security programs or hardware. My Web server is directly connected on the Internet and is being accessed by hundreds...
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.