Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 8743 - 8772 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8743
Can anyone tell me how do you turn off cookies for one page in your site? Regards, Sweta ... Do you Yahoo!? Get better spam protection with Yahoo! Mail ...
Sweta Arora
sweta_arora_78
Offline Send Email
Mar 1, 2004
12:52 pm
8744
What is the difference between Request("field") and Request.Form("field"). I know between Request.form and Request.QueryString. Is it that the amount of...
Krishna, Hari
hkrishna@...
Send Email
Mar 1, 2004
1:31 pm
8745
Request.form("something") just says that it's the form element. Request.Querystring("something") just says that it's the qs element Request("something")...
ILyas
iluilyas
Offline Send Email
Mar 1, 2004
1:34 pm
8746
Hari - I'm sure others will chime in here, but there are many type of "request". But the default type is request.form. So basically - there's no difference. ...
M Tapnack
tapnack
Offline Send Email
Mar 1, 2004
1:41 pm
8747
Using just request("name") is a VERY bad habit to develop. For one, it's inefficient, in that the asp processor may look through up to 5 collections before...
Costanzo, Ray
rcostanzo@...
Send Email
Mar 1, 2004
1:55 pm
8748
You don't "turn off" cookies on the server. What are you trying to do? You can just disregard the cookies in your page by not doing anything with them. Ray at...
Costanzo, Ray
rcostanzo@...
Send Email
Mar 1, 2004
1:56 pm
8749
That was very helpful. Thanks a bunch. Hari ... From: Costanzo, Ray [mailto:rcostanzo@...] Sent: Monday, March 01, 2004 8:56 AM To:...
Krishna, Hari
hkrishna@...
Send Email
Mar 1, 2004
2:38 pm
8750
... The Request object has a few collections including QueryString and Form but there are others like ServerVariables. If you use Request.Form then it will ...
Adrian Forbes - ITD
aidy_forbes
Offline Send Email
Mar 1, 2004
3:41 pm
8751
Hi, A fellow developer says that CDOSYS would not be the standard way to send out. Although I acquiesce it is not the easiest to setup, I find it SO flexible...
Thierry Lavallée
synerginov
Offline Send Email
Mar 1, 2004
6:59 pm
8752
I wouldn't know how to argue this point other than just screaming and yelling, but anyone who has been in IT for more than a day should know that when you...
Costanzo, Ray
rcostanzo@...
Send Email
Mar 1, 2004
7:03 pm
8753
Thanks Ray, I agree with you. It's also always a case-by case thing where we need to evaluate development vs components costs. But functionality wise in this...
Thierry Lavallée
synerginov
Offline Send Email
Mar 1, 2004
7:19 pm
8754
Honestly, I'm not familiar with [m]any third party mail components. I do know that if you were comparing CDONTS to some third party things, there would be...
Costanzo, Ray
rcostanzo@...
Send Email
Mar 1, 2004
7:24 pm
8755
Ray, What are those CDONTS weaknesses and how do they apply to CDOSYS? Thanks again! -- Thierry...
Thierry Lavallée
synerginov
Offline Send Email
Mar 1, 2004
7:33 pm
8756
hi can someone explain to me one what is one dim array and two dim array?with example please. a l i [Non-text portions of this message have been removed]...
aliadon
aliadon@...
Send Email
Mar 2, 2004
2:04 am
8757
'One dimensional array Dim aPeople(2) aPeople(0) = "Joe Smith" aPeople(1) = "Bill Jones" aPeople(2) = "Kelly Miller" 'two dimensional array Dim aPeople(1,2) ...
Costanzo, Ray
rcostanzo@...
Send Email
Mar 2, 2004
3:03 am
8758
thanks ray!! friend said array is very useful. will use this as my guide ... From: "Costanzo, Ray" <rcostanzo@...> To:...
aliadon
aliadon@...
Send Email
Mar 2, 2004
3:18 am
8759
Hi, I am currently doing a website for a Disk Jockey and he does a fair amount of work, but wants exposure on the web. I have created a content managment...
bigslappy6
Offline Send Email
Mar 2, 2004
4:08 am
8760
Putting together text for a web page is probably HARDER than writing the code. You should certainly bill him at your normal rate. If he's uncomfortable doing...
David Smart
smartware_co...
Offline Send Email
Mar 2, 2004
4:31 am
8761
hai guys.... i am having a big problem here, can anybody help me? actually i am developing a simple ASP web system (room reservation system) for the use of one...
mazda_offroadriders
mazda_offroa...
Offline Send Email
Mar 2, 2004
5:06 am
8762
Hmm, off the top of my memory, CDONTS doesn't allow you to specify an SMTP server to use. It assumes and mandates that the server you're on is the SMTP...
Costanzo, Ray
rcostanzo@...
Send Email
Mar 2, 2004
5:59 am
8763
hi friends do anyone know how to create the signed activex controls so that it can be used in asp/html in order to not to display any alert while executing. ?...
Anchoori
sridhar_info...
Offline Send Email
Mar 2, 2004
10:15 am
8764
installing and registering cdonts.dll will definately work, i have done it in the same way previously.. regards anchoori. ... From: mazda_offroadriders To:...
Anchoori
sridhar_info...
Offline Send Email
Mar 2, 2004
10:15 am
8765
hey all out here ! I have an online application ,to which there z a shortcut at the desktop (of one of the users) ...now when she click on the shortcut it...
Ms. George
itgeeba
Offline Send Email
Mar 2, 2004
12:37 pm
8766
If the browser is IE it remembers whether the it was maximised when it was last closed or not, and opens the same way. If you want to do it through code it'll...
Powderhill, Daniel
danaspelite
Offline Send Email
Mar 2, 2004
1:25 pm
8767
for availWidth and availHeight read screen.availWidth and screen.availHeight Dan Visit www.diado.com for free ASP.Classic classes, articles, links & downloads....
Powderhill, Daniel
danaspelite
Offline Send Email
Mar 2, 2004
1:31 pm
8768
CDONTS still exists in W2K anyway. One thing that you may want to consider for future products is using a global subroutine to handle e-mailing, so that if...
Costanzo, Ray
rcostanzo@...
Send Email
Mar 2, 2004
2:05 pm
8769
Guys, Sorry to ask this question as this might have been answered earlier. I couldnot find an effective and simple solution to this. I have two dropdown...
Krishna, Hari
hkrishna@...
Send Email
Mar 2, 2004
3:45 pm
8770
Hari, What exactly is happening? Are you getting an error when trying to retrieve the second recordset? Or can you get the records but not populate the...
Mark E
meckeard2000
Offline Send Email
Mar 2, 2004
5:30 pm
8771
Mark, I am not able to get the recordset. I changed a little bit to help myself. Why am I not able to get to the recordset..???? VBScript....... function...
Krishna, Hari
hkrishna@...
Send Email
Mar 2, 2004
5:36 pm
8772
Hari, From the looks of your function name, it appears that you are trying to call this client-side, not server-side. Please post all of your code so that we...
Mark E
meckeard2000
Offline Send Email
Mar 2, 2004
7:01 pm
Messages 8743 - 8772 of 12403   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