Insert text box values in MS Access using Javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • franklin moses
    New Member
    • Aug 2007
    • 2

    Insert text box values in MS Access using Javascript

    how do i insert textbox values to ms access using javascript
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    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

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Changed the thread title. Please use a good thread title. Thanks!

      Comment

      Working...