Results 1 to 3 of 3

Thread: Can js do it?

  1. #1
    Join Date
    Sep 2005
    Posts
    2,397
    Country
    Jamaica

    Default Can js do it?

    I want to know if js can be used to for a form to check an xls or csv or the sort to match data entered in the form. example for login form, so the script would access the file to match if the data entered in the form field matches that in the file and if so load the target html file.
    Last edited by lovepython; March 13, 2012 at 11:25 PM.
    To find what you seek in the road of life, the best proverb of all is that which says: "Leave no stone unturned." Edward Bulwer Lytton

  2. #2
    Join Date
    Feb 2012
    Posts
    204
    Country
    Jamaica

    Default

    Quote Originally Posted by lovepython View Post
    I want to know if js can be used to for a form to check an xls or csv or the sort to match data entered in the form. example for login form, so the script would access the file to match if the data entered in the form field matches that in the file and if so load the target html file.
    from what ii see it can
    xls try - http://social.msdn.microsoft.com/For...5-ebcdbca83cb8
    or http://www.codeproject.com/Questions...ing-Javascript
    you should be abel to follow the examples given

    and for csv this should be able to help you -http://purbayubudi.wordpress.com/200...ng-javascript/
    http://randomteck.blogspot.com--check out my blog i try to discuss all tech related stuff

  3. #3
    Join Date
    Sep 2005
    Posts
    2,397
    Country
    Jamaica

    Default

    I had looked at those in my searching but it seemed to be geared towards open and editing a file. Not sure if that can be converted to checking columns for data.
    To find what you seek in the road of life, the best proverb of all is that which says: "Leave no stone unturned." Edward Bulwer Lytton

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •