I am trying to change another person's code. I googled my query and read a lot of ideas. But my problem is as I try to change one thing, someother code gets affected. SO I have decided to modify the code I have to do the task. Code:
Is there a way that I can know if any user connected to any of my website (or any specific website) in IIS 5? I wanted to know this before I restart the Service.
I have two fields in a table (MSAccess database) "Category" and "Type" (we are talking about products). Every Type belongs to one of Category. So I need to write a form where user select Category (on change without pushing buttons) and immediately the second form offers him types of only this category.
I know how to do it if user select Category and puss the button, but I do not want them to push buttons as these two forms are a part of a questionary page with about 10 forms and the only button to be pushed is "Submit" button at the end of the page.)
I know it is basic thing because all website use it. For example any hotel reservations site offers you to select country and after that you receive a list of cities in this country. But I do not know how to do it.
I want to add in my website a share rate and which changes automatically. how can i dispaly it in website what i have to do for that. I dont want to be linked with its website bu t i want to be displayed it in my web site.
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by the browser, followed by a descriptive error message:
Microsoft VBScript runtime error '800a000b' Division by zero
followed by the number of the error-making line. On the second machine my HTML is not displayed at all. Instead I am getting that meaningless error page sayng that The page cannot be displayed, HTTP 500 - Internal server error. How can I get the second computer be more informative about the errors?
I found this code on writing to a csv file within this form. I have modified the connection and command slightly. I keep getting this error and can't figure it out!
Microsoft VBScript compilation error '800a0408' Invalid character /Expat/CSV_test.asp, line 38 ^ Also, I have not created a csv file - not sure whether I need to create one with the headers/field names etc first. All I have done is the code below. Is this enough to create the csv file?
I have all of a sudden started to receive this error on my site. I have no idea what script it is executing, why it is now failing, what is going on? All I have been able to find out is that Microsoft has had the same problem on their site.
I have 3 drop down boxes that links to a result.asp page that i want to show the results of the criteria. whenever i hit the submit button, i get this error:
Microsoft OLE DB Provider for ODBC Driverserror '80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-4.0.20a-nt]Unknown column 'Apartment' in 'where clause' /result.asp, line 34
The line its referring to is like so: rsResults.Open()
I am using VBScript to build up a intranet web site. I met the error statement below when I proceed to another page. The page is use to save values in to database from previous page.
Type mismatch: 'cdbl'
I want to know the meaning for 'cdbl' and the usage of it. I also want to know what is happening.
hello anyone heard of the error below ? It jsut started to show on my asp page, where i open a recordset Code: Microsoft VBScript runtime error '800a01fb'
i am coding in VBScript. i am coding for an online survey. Fr error handling (eg if the user forgets to fill out a field), is it possible to ensure all fields have been filled out BEFORE clicking the submit button? i wish for the user to be notified via a MESSAGE BOX, how would i go about this(using VBScript)?
I am building a intranet site. I use a ready-to-use VBScript calendar. I found error Subscript out of range when window 98 OS want to reach my site. What can I do to fix the error?
I'm having some trouble with a script, I use the script to log onto a website, get a price on a product, decide if it is in stock or not, and update a local database.
I'm using the MS XML Parser to access the remote site, and stripping the string down to end up with the price.
Sometimes the code works, and other times i get this:
Quote: Microsoft VBScript runtime error '800a0009' Subscript out of range: '[number: 0]'
/admin/updateprices.asp, line 150
the script is as follows starting at line 135, and ending on line 152: Code:
I have been trying hard for the last 2 hrs to get rid of the above mentioned error in this syntax..
Select * from table1 where calldate >= dateadd(h, -24, DATE())
I have to make an reports which shows the last 24 hrs call. I am using ASP and SQL SERVER 2000. This code works well when i run in query analyzer but when i used the same in ASp it prompt me this error..
VBScript runtime error 800a0005 Invalid procedure call or argument 'dateadd'
Can anyone put somelight why i am getting this error ?
I am trying to use the following code to refer to a form and control on my form. I am supposed to be using VBSCRIPT for this code. I always get an "object required: 'document' " error:
<% Dim Myform Set Myform = document.forms.thisform Myform.textbox1.value = "fish" %>
None of this code will work. Always get an error. Using Visual Interdev, plain ole ASP, and vbscript, and Win XP Pro with IIS 5.1
Microsoft VBScript Runtime Error '80029c84' Circular Dependency Between Types/Modules
the website runs fin on my home PC (PWS) and has been running fine on the server that it's hosted on. It was up and viewable yesterday.I can't understand it? is it an ODBC issue with the host?I have made no ASP page changes or DB changes.