Click here to Skip to main content
16,018,653 members

Comments by NupurParashar (Top 4 by date)

NupurParashar 3-Nov-13 23:49pm View    
Yeah you got my question and even solution is perfect. But I have got a problem here. I don't have a DB. So need to do everything though HTML and scripting. I thought of local storage. But did not understand the concept of local storage in HTML5
NupurParashar 11-Oct-13 6:50am View    
Ok in your language X is I want an alternative for activeXobject which should be cross browser compatible. Please check my code I have pasted in my question. I need a code which is cross browser compatible and have to write a text file. As ActiveXobject is supported by IE only. So its not the correct approach as its not working in Firefox.
NupurParashar 11-Oct-13 5:40am View    
See its a demo project. Where we have no server side. We have to work only on client.and as far as hard-coding is concerned.. we had to do it since no databases are there and we have hard-coded the complete demo project to give overview of real product to the end customers.Even I dont have much options other than getting this ActiveXobject worked in FF.
NupurParashar 11-Oct-13 5:19am View    
I cannot replace txt with XML as there are around 600 pages where I am using "modules.txt" filename. And XMLHTTP is used for writing XML.. If i am not wrong? I have no option other than using a txt file. So I need a way to write a txt file only.. which is cross-browser compatible.