Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6812 - 6841 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6812
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) =...
Valter
valt76
Offline Send Email
Nov 2, 2005
4:29 pm
6813
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...
Dan Powderhill
danaspelite
Offline Send Email
Nov 2, 2005
4:57 pm
6814
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...
Valter
valt76
Offline Send Email
Nov 3, 2005
3:51 pm
6815
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 ...
Mischa Kroon
aemca_san
Offline Send Email
Nov 3, 2005
8:06 pm
6816
http://groups.yahoo.com/group/AspNetOracle/ http://groups.yahoo.com/group/OracleToughQuestionsAspClassicAspNet/...
911@...
charlesmarkc...
Online Now Send Email
Nov 4, 2005
2:34 am
6817
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...
Jegatha
jose_ph_84
Offline Send Email
Nov 8, 2005
11:21 am
6818
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...
kako_00000
Offline Send Email
Nov 8, 2005
2:38 pm
6819
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...
Dan Powderhill
danaspelite
Offline Send Email
Nov 8, 2005
3:05 pm
6820
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...
911@...
charlesmarkc...
Online Now Send Email
Nov 8, 2005
3:06 pm
6821
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...
coder20180
Offline Send Email
Nov 8, 2005
7:48 pm
6822
... i ... and ... please all code send me and help me...
kako_00000
Offline Send Email
Nov 9, 2005
5:59 am
6823
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...
amba tomar
amba_economical
Offline Send Email
Nov 9, 2005
8:42 am
6824
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...
Dan Powderhill
danaspelite
Offline Send Email
Nov 9, 2005
9:19 am
6825
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...
Erwin Rommel Felix 20...
lordmasterch...
Offline Send Email
Nov 10, 2005
1:45 am
6826
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...
girish nehte
brain7822
Offline Send Email
Nov 14, 2005
8:34 pm
6827
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...
brain7822
Offline Send Email
Nov 14, 2005
8:36 pm
6828
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...
Thy
thyyyy123
Offline Send Email
Nov 14, 2005
8:37 pm
6829
<SCRIPT LANGUAGE="JavaScript"> function openURL() { //Either use window.location OR location.replace //Location.replace replaces the current page with the new...
Mingle
minglemehta38
Offline Send Email
Nov 14, 2005
8:59 pm
6830
Window.Open("somenewpage.asp", "New Window) will open somenewpage.asp in a new browser. <input type="Button OnClick="OpenInSame()" ....> <script> Fucntion...
Bob Filipiak
bobfilipiak
Offline Send Email
Nov 14, 2005
9:05 pm
6831
Using Session Variables VbScript - var = session("session_variable_name") JavaScript On Clientside create Javascript variable and initialise them with Session ...
Mingle
minglemehta38
Offline Send Email
Nov 14, 2005
9:52 pm
6832
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- ...
Mingle
minglemehta38
Offline Send Email
Nov 14, 2005
10:55 pm
6833
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...
Jegatha
jose_ph_84
Offline Send Email
Nov 15, 2005
9:22 am
6834
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...
Dan Powderhill
danaspelite
Offline Send Email
Nov 15, 2005
9:56 am
6835
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...
girish nehte
brain7822
Offline Send Email
Nov 16, 2005
10:52 am
6836
Client-side? Just declare the variable outside of any functions. var myVar; Dan ________________________________ From:...
Dan Powderhill
danaspelite
Offline Send Email
Nov 16, 2005
11:28 am
6837
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...
girish nehte
brain7822
Offline Send Email
Nov 17, 2005
6:24 am
6838
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...
girish nehte
brain7822
Offline Send Email
Nov 17, 2005
8:19 am
6839
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...
Dan Powderhill
danaspelite
Offline Send Email
Nov 17, 2005
8:34 am
6840
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...
Dan Powderhill
danaspelite
Offline Send Email
Nov 17, 2005
8:35 am
6841
AFAIK you can only close a window that you opened with window.open ... From: "girish nehte" <brain7822@...> To:...
Bob Filipiak
bobfilipiak
Offline Send Email
Nov 17, 2005
1:34 pm
Messages 6812 - 6841 of 8655   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help