Lectora & Java (Write and Read Database)

Javascript can't write to or read from a database directly ... you have to have a script on the server that does those accesses for you. Then from JavaScript ... you can use AJAX to communicate with the server script to get/set the data.CAVEAT: Yes you could do this with a signed script but let's not go there. Java security prevents web-based items from reading files on your local machine unless you sign the applet, script, or use an ActiveX control.Tim V

Discussions have been disabled for this post