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 ...
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@...
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")...
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. ...
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@...
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@...
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@...
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 ...
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...
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@...
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...
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@...
Mar 1, 2004 7:24 pm
8755
Ray, What are those CDONTS weaknesses and how do they apply to CDOSYS? Thanks again! -- Thierry...
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]...
thanks ray!! friend said array is very useful. will use this as my guide ... From: "Costanzo, Ray" <rcostanzo@...> To:...
aliadon
aliadon@...
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...
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...
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...
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@...
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. ?...
installing and registering cdonts.dll will definately work, i have done it in the same way previously.. regards anchoori. ... From: mazda_offroadriders To:...
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...
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...
for availWidth and availHeight read screen.availWidth and screen.availHeight Dan Visit www.diado.com for free ASP.Classic classes, articles, links & downloads....
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@...
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@...
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, 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@...
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...