Hello!
To eliminate printing and forms on paper I've made js drived electronic forms (only local content on a shared drive). Lately I got the request to automatically fill some input boxes from mdb files. Unfortunately every time the script launches an ADO connection there's a warning message. Is there any way to avoid it while using local content? I can't globally change the behavior.
Currently the firm use XP&IE8, I need a solution for the remaining half year.
Thank you in advance!
p.s.: js code:
var AdoConn = new ActiveXObject("ADODB.Connection");AdoConn.Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=");
var rs = new ActiveXObject("ADODB.Recordset");