This is a discussion on "Find(on this Page) Feature for HTML table" within the JavaScript Forum section. This forum, and the thread "Find(on this Page) Feature for HTML table are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Find(on this Page) Feature for HTML table
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Find(on this Page) Feature for HTML table
Hi,
I would like to know, is it possible to have a "Find on this page" on html page using javascript. I have one html page with me containing tables & displaying data in form of rows & columns. I just want to have a keyword based search on the contents of this html page using javascript, so that it will emulate the behavior of "web page navigation as in Mozilla FireFox/Notepad contents etc". If the find "keyword" provided by the user presents on the page, one by one all its occurrences gets highlighted on pressing enter. Please let me know can I have the similar search feature in javascript. If possible, please provide me with the sample code as i am new to javascript. I know the HTML tables can be traversed with the help of javascript like DOM interfaces but I want matching of keywords with contents & their highlights after finding them. Thanks, sameer. |
|
|
|
||||
|
Re: Find(on this Page) Feature for HTML table
Yes it's possible...
Your best bet would be to know a few basic regular expressions and you can easily do it. Why would you need this? Where do you plan in using it? Why isn't the browser's standard "Find" feature usefull?
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| findon, page, feature, html, table |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Putting CSS with an HTML Table. | mcdanielnc89 | Web Page Design | 6 | Nov 2nd, 2007 05:13 |
| .swf file as HTML table background | bubberz | Flash & Multimedia Forum | 9 | Jun 18th, 2007 21:45 |
| Need help in clone html table | bryanpung | JavaScript Forum | 1 | Jun 15th, 2007 14:12 |
| html table design help | antony | Web Page Design | 6 | Mar 12th, 2007 16:32 |
| MySQL UPDATE after use $uniqueID to find table row, etc | jswebdev | PHP Forum | 1 | Dec 6th, 2005 12:09 |