aruna
unread,Nov 21, 2009, 8:46:00 AM11/21/09You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to arunas...@gmail.com
Hi,
I’m developing an extension which replaces the conventional Firefox
error page with a more useful one. It comprises a part which gives
suggestions to user when he encountered an error such as server not
found, page not found etc. To do it I want a place where store all the
successfully visited URLs. Suggestions are made base on data retrieved
from that place. Therefore I decided to use a text file to save that
list of URLs. But my JavaScript code for read and write text file
doesn’t work. Can someone help me by giving an idea about how to read
and write text files using JavaScript? Or is there a better way to
store those URLs rather than using a text file?