Link to home
Start Free TrialLog in
Avatar of dejected
dejected

asked on

Hide portions of web page distributed on a CD based on a (javascript?) search

Need a solution sharpish on this one.

I have created a CD with a listing of speaker papers at an upcoming conference using html and CSS2. Client wants to have a search facility on the page to search by speaker name and only display "records" that match (record contains a link to pdfs of their presentation(s) on the CD).

Ideally should work cross-platform but a Windows ## at the least.

We need to start producing them tomorrow so any solutions appreciated!

Thanks
Avatar of OmniUnlimited
OmniUnlimited
Flag of United States of America image

You might look at this:

http://www.wrensoft.com/zoom/
Avatar of dejected
dejected

ASKER

Hi OmniUnlimited

Having a look at that - could do the trick but not sure yet.
No problem.  Take your time.
Found a solution - JQUERY! Just add the jquery library to your cd from http://jquery.com

Found the code to do the searching from here:
http://www.willstrohl.com/Blog/EntryId/494/Using-jQuery-to-Search-an-HTML-Table

Awesome!
ASKER CERTIFIED SOLUTION
Avatar of OmniUnlimited
OmniUnlimited
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi there

I think it would work but I would have had to have extracted the info from my main page and divided it up into searchable bits; doable but not nice. (Actually only searching one page whereas the zoomsearch program is more aimed at whole sites.)
jquery thing is exactly wh
You can have the points though ;0)
Hey thanks for the points! Don't hesitate to post a new question if you have any issues with jQuery search.

Best of luck to you on your project.

Regards,
OmniUnlimited