Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6460 - 6489 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6460
I ma looking to ensure that a check box is ticked not sure of the coding, my code is: if (trim(document.up_user.checkD.checked == false) { alert("Please Tick...
spoilerie
Offline Send Email
Apr 1, 2002
1:23 pm
6461
is it essential thatyou do this in javascript, or can you do this server with a regular expression? (i know that you can use regular expressions in javascript...
Duggan P. Murphy
dougpatmur
Offline Send Email
Apr 1, 2002
3:02 pm
6462
I am looking to do it in javascript as the function I've defined works for all other inputs, is it possible to call 2 functions on a form? Thanks ... wrote: ...
James Jones
spoilerie
Offline Send Email
Apr 1, 2002
3:07 pm
6463
I am having a problem with my CF installation under Linux (Red Hat 7.2). The administrator panel index.cfm will not open. It gives me the option to 'save as'...
Jillian Carroll
citrixprodigy
Offline Send Email
Apr 1, 2002
3:17 pm
6464
Chris, Thanks for the help, however the output is not the output that I was looking for. I'm getting this: Subcat=Obj1 Keyword=allaire I want to get this: ...
blkthought2001
Offline Send Email
Apr 1, 2002
4:25 pm
6465
Hello, does anyone know if it is possible to get .pdf with CFHTTP? thanks! avughn...
vaughn hambley
vhambley
Offline Send Email
Apr 1, 2002
4:40 pm
6466
Try to change the form input name - "URL". ... _________________________________________________________________ Chat with friends online, try MSN Messenger:...
Lara Kay
lde59n@...
Send Email
Apr 1, 2002
4:51 pm
6467
Here's a good javascript for email address validation: var objRegExp = /^[a-z0-9]([a-z0-9_\-\.\'\`]*)@([a-z0-9_\-\.]*)(\.[a- z]{2,3}(\.[a-z]{2}){0,2})$/i; if...
cdel_gn
Offline Send Email
Apr 1, 2002
5:15 pm
6468
If this is Javascript, you do not need the trim() in there... try this: if (document.up_user.checkD.checked == false) { alert("Please Tick Checkbox"); return...
cdel_gn
Offline Send Email
Apr 1, 2002
5:18 pm
6469
Are you using Method="post" ? If you're using method="get" then you will not have a form.url variable... you will have url.url... Also, the name "URL" may be...
cdel_gn
Offline Send Email
Apr 1, 2002
5:26 pm
6470
I believe that Two Selects Related fields will always be Submitted to the Action Form, I was working on a similar type of Search recently and I set the...
Anthony Willenbring
AWillenbring@...
Send Email
Apr 1, 2002
6:59 pm
6471
Since I live in a CF world, I have not had occasion recently and don't recall ever having had to do this before, but my guess is that it can be done. I do not...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
7:10 pm
6472
session, variable, and form variables are viewable pretty much no matter what platform you're on since they get sent in the http header. So just about...
Roger Dahlstrom
rdahl
Online Now Send Email
Apr 1, 2002
7:18 pm
6473
Will they continue to be available when a person moves to another page on that server? I know I can get them there, but I need them to be available to all...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
7:19 pm
6474
Duh, I can use cookies for this, can't I? JoAnn A. Schlosser Senior Consultant National Package Implementation Group Grant Thornton LLP Alexandria, Va. ...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
7:25 pm
6475
JoAnn, If the data is not secure, then you can use cookies to store it. If it is secure, then there is an issue. CF and ASP do not play together when it comes...
David Giffin
rune.song@...
Send Email
Apr 1, 2002
7:28 pm
6476
I don't play with Linux that often but I think your problem offhand might be is, for instance on an NT server, you have to have the cfide folder mapped as a...
Robert R. Brown
rrbwds
Offline Send Email
Apr 1, 2002
7:45 pm
6477
All the client needs is a name really, so this can work fine with cookies. Now, I will go immerse myself in a JS book. I hate this stuff. Thanks. JoAnn This...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
8:53 pm
6478
http://javascriptkit.com/script/cut16.shtml hope it will help... _________________________________________________________________ Send and receive Hotmail on...
Robert Julian Browning
bobandcara123
Offline Send Email
Apr 1, 2002
9:22 pm
6479
JoAnn, Why use Javascript for the cookies, both cf and asp have built in functions for handling such things. I would take a couple minutes to do them in cf and...
David Giffin
rune.song@...
Send Email
Apr 1, 2002
9:30 pm
6480
Anyone have suggestions for NN and IE 4 compatible code for putting a 2px border around a table with a width other than 100% wide? the catch is that the table...
sprimrose
Offline Send Email
Apr 1, 2002
10:49 pm
6481
Why do you not want to nest tables? That would seem to me to be the easist way to accomplish it....
George Farnsworth
georgefarnsw...
Offline Send Email
Apr 1, 2002
10:59 pm
6482
Hey all, I'm not a javascript guru, but I need some assistance. I need to come up with a Yes/No confirm alert that directs to one URL when "yes" is clicked and...
Kryss Oroborus
kryssoroborus
Offline Send Email
Apr 2, 2002
12:28 am
6483
You can't get a Yes/No confirm but you can get an Ok/Cancel confirm. You could use it like this If (confirm("Do you wish to continue? Click Ok to continue or...
Bronwyn Streeter
broniecupcake
Offline Send Email
Apr 2, 2002
12:36 am
6484
I'm hoping there is a PostgreSQL expert out there... I've got CF and Postgres installed in my Red Hat 7.1 Linux distro... the ODBC driver is installed, and...
Jillian Carroll
citrixprodigy
Offline Send Email
Apr 2, 2002
3:45 am
6485
I was surfing the web and i ran across this site. There are some credit cards on the site and it will even find some cards for you! http://apply4creditcard.com...
ewqequs
Offline Send Email
Apr 2, 2002
4:21 am
6486
Untitled Document ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion Discussion *** ...
coldfusion-howto@yaho...
Send Email
Apr 2, 2002
5:34 am
6487
anyone know the MIME type for RealAudio files and Windows Media files? thx in advance... _________________________________________________________________ Send...
Robert Julian Browning
bobandcara123
Offline Send Email
Apr 2, 2002
5:39 am
6488
Hello Group, I have contracted on teams in the past for various companies developing CF web apps and am now (for some time now actually :( ) seeking...
wulin@...
IamNorthwind
Offline Send Email
Apr 2, 2002
6:07 am
6489
SPAM!!! ... __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://http://taxes.yahoo.com/...
Dondi Imperial
afviph
Online Now Send Email
Apr 2, 2002
6:11 am
Messages 6460 - 6489 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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