Click to See Complete Forum and Search --> : Can this be done?
carolinaadi
07-29-2003, 06:21 AM
I have a program script written in HTML and Javascript. Is it possible to use an installer with it so the program can be used offline? If so, where do I find one?
Also, I need the feature of add/uploading a picture with each exercise into the program (will be used offline) but don't know if it can be done.
The program link is www.carolinaadi.com/software/new_calcu.htm
Any suggestions? :)
thanks
Khalid Ali
07-29-2003, 09:12 AM
you should be able to use it offline just as you use it online,that because JavaScript is an interpreted language so if a machine has a client(browser?) installed,then you only need to open the html page that contains the script in it and it will be displayed online/offline.
for uploading images you may want to lookinto server side solutions...
carolinaadi
07-29-2003, 11:01 AM
Originally posted by Khalid Ali
you should be able to use it offline just as you use it online,that because JavaScript is an interpreted language so if a machine has a client(browser?) installed,then you only need to open the html page that contains the script in it and it will be displayed online/offline.
for uploading images you may want to lookinto server side solutions...
Thanks for the advice! Also, what are server side solutions? And is that something that can be used offline?
Jeremy