Ask a Question related to Macromedia ColdFusion, Design and Development.
-
DManson #1
URL Variable Passing
First off, a disclaimer - I'm new to Cold Fusion and not well versed in all
that it is capable of. I am trying to use a <cfformitem> tag to put an html
link to a new page within my form, that passes a form variable. I'd use the
submit button, but the form itself is tied to an entirely different set of
functions. Any ideas?
Here's my code:
<cfformitem type="html"><a href="testURL.cfm?#form.id#" target="new"> test
page</a></cfformitem>
DManson Guest
-
passing SQL in a variable
In a nutshell, user selects a bunch of radio buttons to search. On the next page, I try to put that information into queryable form: <cfif... -
Passing a variable to asp
I cannot work out how to get the variable namefirst from flash to the asp I use : ... -
passing variable
Hello, Hopefully somebody can assist my with my issue. Basically I have simply form the asks users for the registration number, security word,... -
Passing a second value in a variable
Two or querysting variables can be passed by separateing them with an ampersand: page.asp?p1=1&p2=2 HTH, Bob Barrows Raphael Gluck wrote: -
passing javascript variable into asp variable using vbscript
The subject pretty much sums up what I need to do. Here is what I have so far, but still can't figure out how to get it working: <script...



Reply With Quote

