Link to home
Start Free TrialLog in
Avatar of GregC
GregC

asked on

Search HTML on CDROM?

I have recently created a "Web Site" on CDROM (not posted on any www server).  The reason is: This CD manages a  database of photographs and graphic files, and needs to be viewed and referenced by coworkers who have no knowledge of how to deal with JPEG images or may not have Graphic Software on their computers.  This CD allows any user with a web browser to view these images.

My question is:  I need to incorporate CGI scripts for a search engine and form processing.  But all the information I can find about CGI scripting says that they are run by the web server!  I really don't have a server since my users will be accessing the HTML from the CD-Rom drive.  Will CGI scripts run from the CD-ROM?  Is there a simpler way?  Maybe I am way out in left field.  Can someone point me in the right direction?  

Thanks in advance for your help!
Greg
Avatar of Mark Franz
Mark Franz
Flag of United States of America image

The problem is how are you going to run the perl.exe?  Try this, load the perl.exe to the cd with the .pm libs. I doubt it will work though...
Avatar of nettrom
nettrom

one odd shot off the hip:  since it's a CD-ROM the content is static, and therefore you can build an index and expose it to the browser through JavaScript, and then use that to search through it.

would require you to write a small search-application in JavaScript though, but it's an idea.
Avatar of GregC

ASKER

OK "nettrom", I will try  the JavaScript thing.  My problem is that I have not used JavaScript yet.  I guess I'm ready for the next step with this web building thing.  How should I proceed?  Do you have an example I can learn from?  

I have my database references in the form of a single spreadsheet.  How would I build an index for the browser?

Should I increase points?

PLease advise.
Thanks for the help.
ASKER CERTIFIED SOLUTION
Avatar of nettrom
nettrom

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
Avatar of GregC

ASKER

Thanks for the link.  I will try it out.