|
|
| Author |
Message |
kiran.bokhari
Joined: 15 Feb 2010
Posts: 15
|
Posted: Thu Feb 18, 2010 2:13 pm Post subject: Updating the toolbar from a file on client computer |
|
|
Hi,
Here is the work-flow for the toolbar update that we want to do.
1. When the client installs the toolbar, we save a JSON or Javascript file on the client computer for eg update_menu.js
2. Everytime the browser loads or on scheduled time, the toolbar loads the file from the server and replaces the saved copy of update_menu.js on the client computer.
3. The toolbar then updates the menu from the local javascript file.
My question is that can we save the file on the client computer, as in can we add the file to the .cab file of the toolbar and then later rewrite it and read from it?
Thanks
Kiran |
|
| Back to top |
|
 |
kiran.bokhari
Joined: 15 Feb 2010
Posts: 15
|
Posted: Mon Feb 22, 2010 2:49 pm Post subject: |
|
|
Just wondering if you guys have found a way of doing that.
Is it possible to save a javascript file on the client computer when we install the toolbar and overwrite it when we update the toolbar from the server.
Thanks
Kiran |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1010
|
Posted: Wed Feb 24, 2010 9:35 am Post subject: |
|
|
You can try to use our toolbar variables to store information locally and update it.
Please, read our Javascript Interface documentation / Var method |
|
| Back to top |
|
 |
|