• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

input text query results based on input text

New Here ,
Jul 24, 2006 Jul 24, 2006

Copy link to clipboard

Copied

<input type="text" name="textfield2" />



hello
i have this input text and i also have a query that contains where field = '#form.input#'


it is still not displaying the results .
is there a book or a article on how to do this.

i just needed to have a input box /text where a user can enter a alphanumeric and outputs the query result.

how do you do this?

would you guys like to see the code??
TOPICS
Advanced techniques

Views

358

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 24, 2006 Jul 24, 2006

Copy link to clipboard

Copied

The tag is an Input tad, the input's type is text, it's name is
textfield2. Your query should have something like field =
'#form.textfield2#'

From the documentation:
http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001252.htm

jermainestudent wrote:
> <input type="text" name="textfield2" />
>
>
>
> hello
> i have this input text and i also have a query that contains where field =
> '#form.input#'
>
>
> it is still not displaying the results .
> is there a book or a article on how to do this.
>
> i just needed to have a input box /text where a user can enter a alphanumeric
> and outputs the query result.
>
> how do you do this?
>
> would you guys like to see the code??
>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 31, 2006 Jul 31, 2006

Copy link to clipboard

Copied

LATEST
thanks
can you give me and example?
sample code?

where clause and the input text box.
thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation