Help needed to make interactive edits to a web page offline using form fields.

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

  1. #1

    Default Help needed to make interactive edits to a web page offline using form fields.

    Hi All,

    I have a webpage that I would like a user to be able to modify certain lines
    of text using text form fields, and when the user clicks the submit button
    the new changes are present on the master page.

    The only trick here, is I don't want to use a database, and this webpage
    will not be online. The user will be accessing this page from a designated
    directory on their hard drive.

    How would one code this page to allow simple modifications. It would be
    nice if the user clicks the "Modify Menu" button and the new page opens in a
    new window, they type in the neccessary changes, click Submit Changes"
    button, this pop up window closes and master page is now updated.

    I have placed a sample page at the following URL:

    [url]http://www.sarcmedia.com/test/Album%20Contents.html[/url]


    Really hope someoen can help me here
    Thanks
    Anthony


    Anthony Guest

  2. Similar Questions and Discussions

    1. Unable to make edits
      I have set up a new Contribute client (CS3), and the setup and login proceeded smoothly. The problems arose, though, when this new user had finished...
    2. help needed in flash form data passing to cfm page
      I have a flash form that when submitted passes 4 text fields to www.promegasigns.com/thanks.cfm. The action script for the send button in the flash...
    3. How to access values of form fields on am action page?
      I am sending few form fields to the action page. Here is what it receives (from CF debugging info): Form Fields: 58707001=TBD 587627_01=TBD...
    4. ?make a form output show on same page?
      How can I make the output from a form show up in a specific text area on the same page as the form? I wanted a side column where my friends can...
    5. Help needed performing an offline oracle backup using Arcserve
      In addition, it would probably be a very good idea to read up on Oracle backup & recovery procedures. You have the Oracle docs at your disposal, or...
  3. #2

    Default Re:Help needed to make interactive edits to a web page offline using form fields.

    You can do this with ASP pages pretty easily if your users are running PWS on their machines.



    dwhite webforumsuser@macromedia.com 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