i have html files at C:/Documents and Settings/USER/Application Data/Mozilla/Firefox/Profiles/ksx3y6oy.default/bookmarks.html. the html files is in my hard disk. then how im going to called the html files to be an input in my javascript coding.someone please help me

Recommended Answers

All 3 Replies

i have html files at C:/Documents and Settings/USER/Application Data/Mozilla/Firefox/Profiles/ksx3y6oy.default/bookmarks.html. the html files is in my hard disk. then how im going to called the html files to be an input in my javascript coding.someone please help me

the quick answer is: "you can't!"
Javascript is not allowed to mess around with your file system. And you can't put documents in javascript vars.

commented: good answer +3

you can't not do this with JavaScript, but it can be done by JScript (ActiveX) and certainly, JScript only works on IE browsers

commented: good answer +3
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.