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

how to add a search in page for coldfusion

New Here ,
Mar 17, 2010 Mar 17, 2010

hi i had a form and i need to add some search box like search in page concept in javascript to my coldfusion form.

do we have any code for that.

Thanks

TOPICS
Getting started
542
Translate
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
Enthusiast ,
Mar 17, 2010 Mar 17, 2010

That's totally unrelated to ColdFusion, but http://javascript.internet.com/miscellaneous/search-the-page.html has a nice example of that.

-Fernis

Translate
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 ,
Mar 19, 2010 Mar 19, 2010
LATEST

hi this is some what used thanks for ur help , but i got problem that when i added this in form

<fieldset style="width: 240px;">
  <legend>Search the page</legend>
  <input type="text" id="searchInput"><button id="performSearch">search</button>
</fieldset>

and try to search using search button the page is submitting , it is not calling javascript , i dont understand how to do so that the search has to be performed before submitting.

Thanks.

Translate
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