I forgot. This is the error that is returned:
Variable PASSWORD is undefined.
-----------------------------------------------------
The Error Occurred in C:\CFusionMX\wwwroot\CFIDE\administrator\DiveData\NewMemberDetails.cfm: line 4
2 :
3 : <CFIF Password NEQ Password2 OR
4 ...
I have a form that will post to a CF page. The form has two fields to fill in with names 'Password and Password2.'
I have the following code in my CF page:
<CFIF #Password# NEQ #Password2# OR
LEN(TRIM(Form.Password)LTE 0)>
<CFSET Error1="Please Check Password.<br>">
</CFIF>...
Is there a way to do it using HTML only. I simply want to change the current page to another. e.g. if they type in a URL, it brings up another in the same page that will say something like, "Closed for Maintenance"
Thanks
...city.
How do I get it to bring up All records where Country="Kenya" even if City=Null?
This SQL code doesn't do the job:
<CFQUERY Name="DiveSearch" DATASOURCE="DiveSchools">
Select *
From DiveData
Where Country='#Country#' AND City='#City#'
</CFQUERY>...
...far. Thanks again. Oh yeah. What's the INDEX for in <CFLOOP>?
<CFQUERY Name="DiveSearch" DATASOURCE="DiveSchools">
Select *
From DiveData
Where Country='#Country#'
</CFQUERY>
<CFPARAM NAME="CountR" DEFAULT="1">
<HEAD><TITLE>Search...
I'm new to Coldfusion but I'm learning fast. Hoever I'm kinda stumped at how I can get a user to edit their details. I have a page where they can send their details to be inputed into the Access 2000 database and a page that can view those details. But if the somone changes address or...
Well I had a similar issue, but all I did was change the TYPE from "text" to "password". It then displays the asterisk symbols instead of the typed in text. try it.
Password: <INPUT TYPE="Password" Name="Password">
I owe you one anyway. :)
I'm no expert as I'm only learning myself but I believe that if you use the following, it should work:
<INPUT TYPE="Password" Name="blahblah"> and so on.
Simple as that... I think ;)
Sorry. Ignore all that. All I had to do was cahnge the properties in the Access Database, but I still have trouble with the Logo which can be uploaded. If that is left empty, it doesn't work. This is my code for that.
<CFFILE ACTION="Upload" FILEFIELD="Form.Logo"...
...'#Website#','#Facilities#')
</CFQUERY>
<CFQUERY DATASOURCE="DiveSchools" Name="LogoQuery">
Select *
From DiveData
Where Logo='#NewLogo#' AND OrgName='#OrgName#'
</CFQUERY>
<HEAD><TITLE>AAAARGH</TITLE></HEAD>
<BODY>
<CENTER><H2>WOOHOO! This is Your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.