Web Analytics Made Easy -
StatCounter writing a file via form - CodingForum

Announcement

Collapse
No announcement yet.

writing a file via form

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • writing a file via form

    Hi!

    I need to write a file (append data) from a form fields in a intranet enviroment. After this file must be read it in excel.

    I suposse it can be done with databases (coldfusion, asp). Is there any cheap and easier solution?.Have you any sugestion, tutorial, link or idea ?

    Thanks in advance

    Joan

  • #2
    no. javascript, and other client side languages, don't have any file read or write capabilities. you need a server side language. they're designed for this sort of thing.
    bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

    i am a loser geek, crazy with an evil streak,
    yes i do believe there is a violent thing inside of me.

    Comment


    • #3
      Thans joh6nn!

      I drive to the right forum

      Joan

      Comment


      • #4
        I think it can be done using client-side VBScript using FileSystemObject
        Scripting | JavaScripts | PerlScripts | Python Scripts | Articles | My Journal

        Comment


        • #5
          Thanks premshree

          I'm looking for it.

          joan

          Comment


          • #6
            VBScript and JavaScript could write to the clientside, using the windows scripting host. it's actually pretty easy to do. but she wants to write to a database, which means writing to the server. that may be possible, but i've never seen it done, and i wouldn't know how to go about it. in general, joan is better off using a server side language.
            bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

            i am a loser geek, crazy with an evil streak,
            yes i do believe there is a violent thing inside of me.

            Comment


            • #7
              Thanks joh6nn for your clever explain !

              I'm goint to have some test.

              PD: she is he. I'm john like you, but in other language (catalan = joan)

              See you

              joan

              Comment

              Working...
              X