Results 1 to 4 of 4

Thread: Purely on javascript

  1. #1
    Join Date
    Dec 2008
    Location
    Fremont, CA
    Posts
    30
    Thanks
    1
    Thanked 7 Times in 7 Posts

    Default Purely on javascript

    Hi All,

    I am really hoping somebody here would help me with some idea or a suggestion that will help me get started.

    Problem:

    We just delivered a web app based on PHP to my client, the app is basically a supplementary tool to a larger application. The problem is client does'nt want server side(PHP) involvement at all, because of their IT issues. They want the application purely in javascript.

    I am very new to javascript, yes ofcourse i use it for a bit of client side validation here and there, but thats about it.

    My questions are:

    1. Can I make forms with input fields (text, select..etc) with only javascript?
    2. Without server side involvement (PHP, ASP..etc), can i collect the form values and calculate results and show in a new page ?
    3. Can I write the results to a text file on the client machine(machine which has this would-be application running) ?


    I apologize if these questions are silly in nature, the point is, to me any advise at all would be welcome.

    Rgds,
    Kris

  2. #2
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    I would suggest you look at AJAX for this.

  3. #3
    Join Date
    Dec 2008
    Location
    Fremont, CA
    Posts
    30
    Thanks
    1
    Thanked 7 Times in 7 Posts

    Default

    Ajax would require some sort of server side involvement , no ?

  4. #4
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    1. Can I make forms with input fields (text, select..etc) with only javascript?
    Yes


    2. Without server side involvement (PHP, ASP..etc), can i collect the form values and calculate results and show in a new page ?
    Yes


    3. Can I write the results to a text file on the client machine(machine which has this would-be application running) ?
    No

Bookmarks

Posting Permissions

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