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...
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 38516 - 38546 of 44527   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38516
Please post the complete code. Are your fields in the form really named "varuserpassword1" and "varuserpassword"? Also, turn on the "alert on every script...
Claude Schneegans
schneeca
Offline Send Email
Jun 1, 2006
10:08 am
38517
Any ideas, folks? Kirby ________________________________ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Kirby...
Kirby Knight
vbmbweb
Offline Send Email
Jun 1, 2006
12:18 pm
38518
Hi, the problem has got to lie within your JavaScript/HTML and nothing to do with CF. CF is server side and JS is client side. The JS only executes/runs once...
Mike
mike_mcmonagle
Offline Send Email
Jun 1, 2006
12:43 pm
38519
I have the following statement Select * from roster where username = '#trim(Userid)#' and Password = '#trim(Pwd)#' Pretty simple, the only problem is if the...
rbaroniunas
Offline Send Email
Jun 1, 2006
1:16 pm
38520
HI, few things you could do.... 1. strip out single quotes from the username when creating it, then strip them out from the userid as its passed through. 2....
Mike
mike_mcmonagle
Offline Send Email
Jun 1, 2006
1:36 pm
38521
Have you double checked that you have javascript turned on in your browser? ... From: coldfusion-howto@yahoogroups.com ...
Cody Marnell
c_marnell
Offline Send Email
Jun 1, 2006
1:41 pm
38522
Or you could use cfqueryparam or use ReReplaceNoCase(Userid, "'", "''", "All") this will replace the single quote with 2 single quotes... which will escape it...
Hank Miller
hankcfman
Online Now Send Email
Jun 1, 2006
1:52 pm
38523
... '#trim(Pwd)#' ... What is the problem? CF is supposed to automatically escape the single quotes. ... On the contrary, PreserveSinglequotes will prevent CF...
Claude Schneegans
schneeca
Offline Send Email
Jun 1, 2006
2:24 pm
38524
You don't need to do anything. CF will escape the single quote to '' (two apostrophes) automatically. However, for security purposes, you do need to change it...
Joe Rinehart
jrinehartasi
Offline Send Email
Jun 1, 2006
2:28 pm
38525
Thanks for the help, I finally put in the following code and it works <CFIF #find("'", form.username)# GT "0"> <CFSET Username = Replace(form.username, "'",...
rbaroniunas
Offline Send Email
Jun 1, 2006
2:43 pm
38526
With the code you are using.... usernames: O'Mac OleMac OmyGodMac will all be brought back and if they use the same password then you will get multiple rows...
Hank Miller
hankcfman
Online Now Send Email
Jun 1, 2006
3:50 pm
38527
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Jun 1, 2006
4:05 pm
38528
ListAppend to a cookie variable. -John ... From: "Kirby Knight" <kirby.knight@...> Any ideas, folks?...
John Bartlett
wyntermoonwolf
Offline Send Email
Jun 1, 2006
4:58 pm
38529
Yes, I know and I agree, but the other ways did not work. At the moment this is a band aid solution, I can always do a quick string comparsion after the...
Richard Baroniunas
rbaroniunas
Offline Send Email
Jun 1, 2006
5:29 pm
38530
... Can you be more specific about "did not work"? - record not found? - any error message? -- _______________________________________ REUSE CODE! Use custom...
Claude Schneegans
schneeca
Offline Send Email
Jun 1, 2006
6:01 pm
38531
Instead of doing a band aid solution, you could let CF manage this for you. By simply adding <cfqueryparam> to your query, CF will escape all special...
Richard Kroll
richkroll75
Offline Send Email
Jun 1, 2006
6:06 pm
38532
When I tried to execute the SQL statement based on some of the suggestions provided the record was not found. The SQL statement is "Select * from roster where...
Richard Baroniunas
rbaroniunas
Offline Send Email
Jun 1, 2006
6:52 pm
38533
I tried that solution and it does not work with O'Neill or any other type of name that has a single quote. Rich ... ...
Richard Baroniunas
rbaroniunas
Offline Send Email
Jun 1, 2006
6:59 pm
38534
First I'd check to see what the datatype of your column is. I currently have a table Visitors, with a lastName column of type NvarChar(50) and ran the...
Richard Kroll
richkroll75
Offline Send Email
Jun 1, 2006
7:16 pm
38535
Has anyone done a text to speech web service in Coldfusion which make MP3 file to work with Flash. If anyone has lib's or hints on how to do this, let me know?...
Dan Plesse
empiricallys...
Offline Send Email
Jun 1, 2006
9:40 pm
38536
Hello, I've not had any luck on this forum, I have not gotten any user feedback. Hopefully someone can help me. I am trying to create a page that has the...
David Smithers
funnyman_1
Offline Send Email
Jun 1, 2006
9:42 pm
38537
How many smaller tests have you done before this one? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of David...
Dan Plesse
empiricallys...
Offline Send Email
Jun 1, 2006
10:07 pm
38538
Dear All, Have a existing code where the java code is called from the CFM and it inserts the error messages in a error table. Now I need to get the error...
M.Celestine Fernando
mceles70
Offline Send Email
Jun 2, 2006
9:59 am
38539
You created the variables "password1" and "password2" at the start of your function, then referred to "varuserpassword1" and "varuserpassword2" in the body of...
edmartin_54
Offline Send Email
Jun 2, 2006
12:50 pm
38540
Hi all, I have a form field that people regularly type in either a ' or a ". Sometimes they type in both. An example would be "management students' society"...
Mr. Kim Siever
kimsiever
Offline Send Email
Jun 2, 2006
9:46 pm
38541
Hi, I am integrating some CF MX 7 servers with a network of Unix/Apache machines. Currently on the network all username and passwords are stored in a MySQL DB...
cgrininger
Online Now Send Email
Jun 2, 2006
9:52 pm
38542
Try using cfqueryparam "Mr. Kim Siever" <kim.siever@...> wrote: Hi all, I have a form field that people regularly type in either a ' or a ". Sometimes...
Hank Miller
hankcfman
Online Now Send Email
Jun 2, 2006
11:23 pm
38543
HI, cfencrypt is to encrypt cfm pages. To create an encrypted password use the hash() function. <cfset enc Pass = hash(password) /> Mike...
Mike
mike_mcmonagle
Offline Send Email
Jun 3, 2006
12:04 am
38545
Am just thinking if this's possible, i have an application whereby i checked if users are trying to bypass the security. if they do , i simply send the machine...
Michael
macconext
Offline Send Email
Jun 3, 2006
2:52 pm
38546
You can use Javascript to see what plugins are installed or a signed java applet to check hardware, but you can't use CF itself to test anything on the client...
John Bartlett
wyntermoonwolf
Offline Send Email
Jun 3, 2006
5:01 pm
Messages 38516 - 38546 of 44527   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