using forms to update web pages

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

  1. #1

    Default using forms to update web pages

    I'm desigining a site for someone who doesn't know much html. It would be much
    simplier if I could create a form that, when submitted, updated the information
    on the website. Can someone point me to a tutorial or help page on this topic?

    thanks.
    Holly

    ps. this is a band's website and it's for the shows page if that helps anyone.

    thehols Guest

  2. Similar Questions and Discussions

    1. Forms Authentication doesn't protect specified pages.
      This is driving me nuts: I've used this same exact setup (web.config, see below) before without any problems... the authentication does not stop...
    2. securing pages and forms from users
      Hope someone can help. I am trying to build an application that will allow a user to access/deny an application, the application's individual...
    3. Invoking windows forms in ASP.NET Pages
      I need to invoke windows forms in ASP.NET pages. Plz tell me how can i use do this. How can i invoke a C# windows form ASP.NET by using c#. ***...
    4. Passing Values Between Web Forms Pages
      I am porting an old client/server application to asp.net. I used to retrieve data into local tables (Paradox table-files on the client's disk) and...
    5. Forms Authentication and Login Pages
      Hi, I am creating a web application which have two different login areas. One for members and one for administrators. Currently, I am using forms...
  3. #2

    Default Re: using forms to update web pages

    I don't know about a tutorial, but I'll invite intervention from the BIG BOYS
    by reminding you that a form is a client device that requires a script of some
    variety to interact with the server. I'm doing some work, right now with a
    group to update a list of references with no prior knowledge of HTML
    (architects, eek!). I'll be using an XML document. The two best ways for you
    to do this are to design PHP/mySQL documents as (database) input and edit
    documents for the dynamic data, OR to use an XML set to allow your user to edit
    and upload what is a formatted text document that updates the pages
    dynamically. And, now ... Let the games begin !

    Karl

    don Carlos Guest

  4. #3

    Default Re: using forms to update web pages

    Or you can build a cms for them, or download and use of of the many free CMS
    tools out there.

    Contribute might be an easy alternative as well. I have managed sites with
    120 content submitters and purchased copied of C3 for all to use. C3 is
    especially great if you install the CPS on your server and you get the benefits
    of workflow, versioning, and administrative functions such as template and
    granular capabilities control.

    jeremyluby 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