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...
Want to share photos of your group with the world? 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 10274 - 10303 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10274
In JavaScript the single '=' is an assignment operator. Thus you are assigning the value 'Atlanta' to your variable strCity. To test for equality you should...
Paul Robinson
alitor99
Offline Send Email
Jan 1, 2005
9:51 am
10275
Mark, Thanks for the reply, and Happy New Year! What you picked up was a transcription error from the actual code I was trying to convert. Change that to...
The Professional Netw...
farfarley
Offline Send Email
Jan 1, 2005
9:54 am
10276
Paul, That was it. Many thanks. Far ... From: Paul Robinson [mailto:alitor99@...] Sent: Saturday, January 01, 2005 4:51 AM To:...
The Professional Netw...
farfarley
Offline Send Email
Jan 1, 2005
12:33 pm
10277
Paul, A couple more questions while I'm at it... 1) In VBS you can exit a function like this: Function MyFunction() If strMyVariable = "No" Then Exit Function ...
The Professional Netw...
farfarley
Offline Send Email
Jan 1, 2005
12:49 pm
10278
I would rather do it this way: <form name="" action="" onSubmit="return Validation();"> ... </form> ... From: "The Professional Network" To: " ASP Developers" ...
Irfan Baig
gnr2velvetre...
Offline Send Email
Jan 1, 2005
12:53 pm
10279
Hi Far, ... return; Optionally, you can have it return a value using: return "something"; ... strLocation = strCity + ", " + strState Regards, Shawn K. Hall ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 1, 2005
1:07 pm
10280
Irfan, Thanks for the response. My usage is based on an algorithm I use in VBS. The submit button goes to Validate() before the page processes...
The Professional Netw...
farfarley
Offline Send Email
Jan 1, 2005
7:08 pm
10281
Shawn, Many thanks. Is JS picky about nulls, needing some kind of isnull() function? I have an HTML text box named txtYourEmailAddress in an HTML form named ...
The Professional Netw...
farfarley
Offline Send Email
Jan 1, 2005
7:08 pm
10282
I just skimmed your message, so I'm not sure if this is the *only* problem, but I noticed that in the following line of code... ... ...in your conditional...
John Vieth
aspsavant
Offline Send Email
Jan 3, 2005
2:21 pm
10283
John, Thanks, Far ... From: John Vieth [mailto:jvieth@...] Sent: Monday, January 03, 2005 9:23 AM To: active-server-pages@yahoogroups.com Subject: RE:...
The Professional Netw...
farfarley
Offline Send Email
Jan 3, 2005
7:49 pm
10284
Irfan, Thanks for the response. My usage is based on an algorithm I use in VBS. The submit button goes to Validate() before the page processes...
The Professional Netw...
farfarley
Offline Send Email
Jan 3, 2005
7:49 pm
10285
No problem. I think mine was kind of a duplicate solution and probably not necessary, but I hadn't read that far ahead in my inbox at the time I sent my...
John Vieth
aspsavant
Offline Send Email
Jan 3, 2005
7:59 pm
10286
Hello All: I have been tapped to create a "test uptime" utitlity in C# whereup we are given a URL, and the code would gather all the form fields in that given...
Andy and Kim Mills
hannibalbarc...
Offline Send Email
Jan 3, 2005
9:34 pm
10287
Hi, I'm wanting to gather info from a database and create a downloadable xml file using ASP. This is my first project using xml. Could someone tell me where I...
Brian
brianrpl
Offline Send Email
Jan 6, 2005
1:45 am
10288
Hi Brian, ... Do you just need to provide an ado-capable xml structure (something that will exactly represent the structure of the data as it appears in the...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 6, 2005
3:47 am
10289
Since I have a working knowledge of XML, the quick and dirty solution for me is to just iterate through the recordset and, for each record, write some XML to a...
John Vieth
aspsavant
Offline Send Email
Jan 6, 2005
2:28 pm
10290
Thanks for the quick reply guys. The data in my recordset contains delimited strings that will have to be split before it is output to the xml file. It looks...
Brian
brianrpl
Offline Send Email
Jan 6, 2005
2:54 pm
10291
hi folks i want to build a system where users are allowed to make new folders. i know this can easily be done with FSO. my question, is whether if (and how)...
tapnack
Offline Send Email
Jan 6, 2005
5:39 pm
10292
Hi all, is there any ASP encoder rather than MS one? I need a very powerfull one un crackable. Thanks in advance...
Alebreez Alebreez
aboanas_elists
Offline Send Email
Jan 6, 2005
9:25 pm
10293
Presumably (but I've never tried it) it can open the file you want to copy, create a new file, and allow you to loop and read/write the lines across until you...
David Smart
smartware_co...
Offline Send Email
Jan 6, 2005
11:35 pm
10294
And just what is wrong with saying: FSO.CopyFile <source>,<destination> Don't forget the comma between the source and destination. Andy ... From:...
Andy.T
yk_andy
Offline Send Email
Jan 7, 2005
8:37 am
10295
You're probably better of encapsulating all of your code in DLLs if you need to avoid people being able to get to the code easily. Dan ...
Dan Powderhill
danaspelite
Offline Send Email
Jan 7, 2005
9:48 am
10296
Very good question!! One has to wonder just where Moshe looked on the net, that he didn't find anything. :-) Dave S ... From: Andy.T To:...
David Smart
smartware_co...
Offline Send Email
Jan 7, 2005
11:55 am
10297
well i had to try something to liven up this group a little... thanks for the tips :) Moshe ... From: David Smart [mailto:smartware@...] Sent:...
Moshe Tapnack
tapnack
Offline Send Email
Jan 7, 2005
1:40 pm
10298
But the problem that no public server will accept that On Fri, 7 Jan 2005 09:44:09 -0000, Dan Powderhill...
Alebreez Alebreez
aboanas_elists
Offline Send Email
Jan 8, 2005
11:15 am
10299
Okay I have a very puzzling issue. I have a windows 2003 enterprise server. I have the asp enabled a type to be run in iis. I have the virtual directory in the...
techgeek27
Offline Send Email
Jan 11, 2005
2:56 am
10300
Hi Geek, ... In IIS Manager: * Find the site * right-click on the virtual directory in question * "Properties" * [Virtual Directory] tab * Next to "Application...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 11, 2005
3:10 am
10301
I did as you suggested and restarted the IIS web Service and still no go. As I was reading in something yesterday that there was a value set in the registry on...
Edward H. Putt
techgeek27
Offline Send Email
Jan 11, 2005
8:40 pm
10302
Help! I'm trying to order posts such that the most recent post or reply floats to the top. It doesn't work but it at least groups posts by date - see...
rickstahr
Offline Send Email
Jan 12, 2005
2:15 am
10303
Hi Rick, ... When you say 'current date' do you mean Date() or Now()? The difference is a matter of time. Date() is a whole number and Time() is a fraction....
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 12, 2005
2:22 am
Messages 10274 - 10303 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