Hi,
You can set the session variable at the begining of the second page (index.cfm) as the followin':
<CFSET Session.countryID = #Form.SelectCountry#> <Always there's a solution></Always there's a solution>
Hi,
You can have strings directly using the "", for example:
<CFOUTPUT QUERY="qStudent">
<CFSET Grade = "#StGrade#">
</CFOUTPUT>
You can convert a string beginning with a numeric to a numeric value, for example:
<CFOUTPUT>
<CFSET value1 = Val(Grade)>
<CFSET...
o.k. jarla. i gave u the idea that i know. check cfhub's idea too, maybe it's better :)
thanx for help, cfhub ;) <Always there's a solution>
</Always there's a solution>
o.k. are you tryin' to make an expert system or what? anyway, you can do that by repeatin' the same process three times. i tried the followin' code:
<cfif isdefined("FrmSend")>
<cfquery datasource="words" name="Q">
Select * From Words
Where Word =...
hi there ...
this's another way:
<input type="image" src="file:///c:/filename.xxx" width="80" height="55" onClick="alert('hi')">
<Always there's a solution>
</Always there's a solution>
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.