开发者

Javascript site search on CD-ROM site without copy-and-paste?

开发者 https://www.devze.com 2023-04-12 20:47 出处:网络
Newbie here. I want to create a site search for my offline website which will be on a CD. Is it possible to 开发者_如何学Cuse javascript to index the html pages automagically without me having to c

Newbie here.

I want to create a site search for my offline website which will be on a CD.

Is it possible to 开发者_如何学Cuse javascript to index the html pages automagically without me having to copy-and-paste every page into the script?

Thanks in advance for any assistance/guidance.


No, with Javascript it's not possible to read files on the hard disc. But you could use another language to automatically generate the index.

0

精彩评论

暂无评论...
验证码 换一张
取 消