I did wrote this code, but when I run it return me a run time error Microsoft VBScript (0x800A000D) - Type not corrispondent: 'x'. The line is 15 : x(i) =...
I'm guessing the error is being caused by the fact that you don't appear to be dimensioning the variable "x" as an array anywhere, so it doesn't know that x is...
Hi Dan, thanks once again for your qualified advice. Actually I did try to use the GetRow method and it seems to work in retrieving the values i am looking...
Hi guys I'm wondering if there is anything like a Oracle with ASP website or something. I have been experiencing some weird Oracle + ASP problems which aren't ...
Hai all, I have a asp page which was created by some other programmer. I should do mail sending using the same page, when i used the same page in some other...
Hello, i am maked a message board. and its good working but when i am forget password and click this option so page open and i am write Email when i am request...
It looks like you don't have CDO installed or setup correctly... I take it you don't have any other email code in your application which works correctly? As a...
The classes are in Dec and January (Feb 1st I go back to full time coding*): => Dec 5th and Jan 31st I am teaching a 4 day C# ASP.net 2.0 class. => Jan 17th I...
I'm working on a classic asp page, which executes a separate script. The goal is to have the server execute code which the user will not have to wait for the...
your hosting server is not having this mail componet installed in it . so contact with your host ask them to install it or ask about the component supported by...
I'm not sure about the method you're using, but if the script you're running can be run as an ASP page you could kick it off using an asynchronous MSXML HTTP...
We have an ASP Classic application that uses ISAPI for authentication. Our users complain that sometimes they are asked for their password twice. What is...
Hello Friends I want to use & set session variables in my functions which are written in vb scripr or java script, so please tell me how I can use and set...
hi friends, I want to open a new URL on the same window using window.open How can I do it? or in the same way I want to use a button whose input type should be...
I have many radio button lists with the options YES and NO. I am trying to get it display or hide a text boxes below depending on whether the user checks YES...
<SCRIPT LANGUAGE="JavaScript"> function openURL() { //Either use window.location OR location.replace //Location.replace replaces the current page with the new...
Window.Open("somenewpage.asp", "New Window) will open somenewpage.asp in a new browser. <input type="Button OnClick="OpenInSame()" ....> <script> Fucntion...
Using Session Variables VbScript - var = session("session_variable_name") JavaScript On Clientside create Javascript variable and initialise them with Session ...
I have built a WebService so that our clients can place an Order through it. WebMethod - PlaceOrder(byval order As Order) DataType Order is a Structure- ...
Hai all, 1.I have a HTML form ,that ftp don't have ASP support. 2. i should do mailing using the html form Is there any component support the html form for...
First thing I'd do is ask your hosting provider whether they provide any way of emailing form data. If they don't, ask them if they support any server-side...
Hello friends, i just want to know that how can a user can declare a global variable, i.e. the variable which can be used in functions made in javascript in...
Hi friends, I just want to know that how to close a window without that confirmation message to allow to pop up. if I want to close a window with the close...
Hello friends, I am a newbie in ASP. I use to declare my functions in the head part & in that function I declare variables which r useful only in that function...
ASP is server-side, so the concept of head and body of the HTML document are irrelevant. If you want a variable to be available throughout the page declare it...
You can only close windows that you've opened by script without that message appearing - it's a security feature. So if the window you're trying to close isn't...