how do i insert textbox values to ms access using javascript
Insert text box values in MS Access using Javascript
Collapse
X
-
Tags: None
-
hi ...
welcome to TSDN ...
simple answer: unfortunatly or better fortunatly you cannot do that ... js is strictly bound to the browser and cannot / should not / MUST not break out of it ... for security reasons ...
kind regards
PS: with ActiveX that might be possible though ... and you may put the values to the sql ... you already found that thread ... but that is working with IE only ... i know that you know that ;) -
Comment