Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kev05
  • Content: Threads
  • Order by date
  1. kev05

    Onclick event

    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...
  2. kev05

    Onclick event to pass parameters

    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...
  3. kev05

    Can't pass 2 parameters to vbs function from Onclick

    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...
  4. kev05

    Permission denied: 'CreateObject'

    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 =...
  5. kev05

    SQL Stored procedurefrom vbscript

    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)...
  6. kev05

    Stored procedure

    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)...
  7. kev05

    Server Security

    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...

Part and Inventory Search

Back
Top