Results 1 to 5 of 5

Thread: Can js do it?

  1. #1
    Join Date
    Sep 2005
    Posts
    2,394
    Rep Power
    0

    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; Mar 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
    296
    Rep Power
    0

    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/

  3. #3
    Join Date
    Sep 2005
    Posts
    2,394
    Rep Power
    0

    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

  4. #4
    Join Date
    Aug 2002
    Posts
    612
    Rep Power
    0

    Default

    Sounds like yu need the js to check the spreadsheet then give access to the html page if a particular entry is found in the spreadsheet. hmmm? Only thing i could find thus far is how to create a spreadsheet via js.
    "To err is human - and to blame it on a computer is even more so."
    Alcatel One Touch PIXI 3 (4.5)
    LG Fortune 2

  5. #5
    Join Date
    Jul 2002
    Posts
    1,395
    Rep Power
    0

    Default

    A quickie. The site has much more. Requirement is Google Docs.
    http://www.labnol.org/internet/googl...il-form/20884/

Posting Permissions

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