Using a webpage to make a text file

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Using a webpage to make a text file

    Hi Im pritty stuck

    I need to make a error report form which takes in info enetered in a form on a webpage from people which have access to that page on a network and then save what they have entered to a file.

    Problems are I have to do it without placing the page on a "server" or using any server languages, Im limited to javascript or possible java.

    I havnt a clue im guessing I could do it with some sorta java applet but how?

    I dont know java?

    Can anyone point me in the right direction or give me any examples I can change to fit my purpose?

    Thanks
    Gowans007



    dfgowans007 Guest

  2. Similar Questions and Discussions

    1. Make non-editable sections of webpage?
      I'm designing a site using contribute. I'm wondering if I can take a webpage that is already completed and make certain sections of it...
    2. make a table with a text file
      Hi, i have a text file containing those lines (here is an extract) -={P.A.G}=-Draven|669078528|668468420 -={P.A.G}=-Andy|676938876|676919330...
    3. Resizeing webpage makes dynamic text dissappair ??
      Hi I've made a page on which I use text from a .txt file in a couple of dynamic text boxes. But if I resize the browser window, I loose some of...
    4. Automatically save a webpage as a text file
      OS: XP Pro with IE 6.0 Every morning I come in, open 2 websites, and save their content as TXT files, one is a TAB file the other is a CSV file....
    5. How do you make a fireworks html file to write text in?
      or you could slice out the middle of the square where you want to have text, export the html into dreamweaver, click on the center slice, copy the...
  3. #2

    Default Re: Using a webpage to make a text file

    It's ludicrously easy to do with a bit of PHP - no need to faff about with
    Java or anything like that. Check [url]www.php.net[/url] and read up about PHP's
    filesystem functions.


    dfgowans007 wrote:
    > Hi Im pritty stuck
    >
    > I need to make a error report form which takes in info enetered in a
    > form on a webpage from people which have access to that page on a
    > network and then save what they have entered to a file.
    >
    > Problems are I have to do it without placing the page on a "server"
    > or using any server languages, Im limited to javascript or possible
    > java.
    >
    > I havnt a clue im guessing I could do it with some sorta java applet
    > but how?
    >
    > I dont know java?
    >
    > Can anyone point me in the right direction or give me any examples I
    > can change to fit my purpose?
    >
    > Thanks
    > Gowans007

    rob :: digitalburn Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139