Spaull69
02-15-2009, 02:48 PM
Hi People
I am a relative beginner on javascript and relatively no knowledge of php etc.
I am developing a local dashboard (webpage) for myself and my collegues to try to link all things we require in our day to day work into a single page. (well thats the plan)
This page will be stored on a local drive (not on a web server) and accessing local files etc on the local drive.
One function i need is the ability to search in a local CSV or txt file for a phrase/word and have it return the results of that line in the csv/txt file to a table or text view on the page.
I was thinking Javascript would probably work. i have some other javascript on the page already performing a some simple combo dropdown functions for selecting products etc.
Fundamentally I am trying to give the user the ability to type in the model code of a requested product and have the page show up if the model is listed the csv or txt file and if so what price it is.
Any help would be much appreciated.
Thanks in advance
I am a relative beginner on javascript and relatively no knowledge of php etc.
I am developing a local dashboard (webpage) for myself and my collegues to try to link all things we require in our day to day work into a single page. (well thats the plan)
This page will be stored on a local drive (not on a web server) and accessing local files etc on the local drive.
One function i need is the ability to search in a local CSV or txt file for a phrase/word and have it return the results of that line in the csv/txt file to a table or text view on the page.
I was thinking Javascript would probably work. i have some other javascript on the page already performing a some simple combo dropdown functions for selecting products etc.
Fundamentally I am trying to give the user the ability to type in the model code of a requested product and have the page show up if the model is listed the csv or txt file and if so what price it is.
Any help would be much appreciated.
Thanks in advance