Online form users can alter

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Online form users can alter

    Hello,
    Not sure if this is the best place to ask but since I use Dreamweaver I
    thought I'd ask here first. I run a website and I am trying to place a webform
    (similar to a spreadsheet) that visitors can alter. In ordrer to alter the
    spreadsheet they would have to first enter a password. Basically, it will be an
    inventory sheet that different sections around a reigon can change what they
    have in their inventory under their appropriate section/row/column.

    Again, I hope to not have to have them download a Excel document and then
    alter it and then upload it. I would like the forum embeded into the webpage
    and allow specific users to alter the form. Anyone who visits the page can see
    it, just not manipulate it.

    Does this make sense? I am not sure what I should be looking for even to
    search Extension Database.

    Thanks!

    Skizzyone Guest

  2. Similar Questions and Discussions

    1. Show users online
      Hey, I have a chat application built with ASP, XMLHTTP, SQL Server backend and JavaScript on the client. I want to show how many users are in...
    2. Displaying IP all users online
      Hi everybody, I need your help-I want to display all users which are online on my web page and I don't know how to do this. I know how to do this...
    3. Users Online
      I've dome this recently using a small <iframe src="users_online.php"> in the top right corner. users_online.php has the <meta refresh> tag set....
    4. [PHP] Users Online
      Do your users have to logon? If so, run a count of logged-in users every 2min and use an IFRAME or Flash movie so that the rest of the page is...
    5. alter web.config from asp.net web form?
      is it possible to alter the web.config file from an asp.net web form? i am trying to create an admin tool for a web app.
  3. #2

    Default Re: Online form users can alter

    Skizzyone wrote:
    > Hello,
    > Not sure if this is the best place to ask but since I use Dreamweaver I
    > thought I'd ask here first. I run a website and I am trying to place a webform
    > (similar to a spreadsheet) that visitors can alter. In ordrer to alter the
    > spreadsheet they would have to first enter a password. Basically, it will be an
    > inventory sheet that different sections around a reigon can change what they
    > have in their inventory under their appropriate section/row/column.
    >
    > Again, I hope to not have to have them download a Excel document and then
    > alter it and then upload it. I would like the forum embeded into the webpage
    > and allow specific users to alter the form. Anyone who visits the page can see
    > it, just not manipulate it.
    >
    > Does this make sense? I am not sure what I should be looking for even to
    > search Extension Database.
    The log in and update of data in a table is something that is built into Dreamweaver. You will need to have a database (such as MySQL, or SQL Server, Access, whatever ) to store the data in as well as a web server that can handle a server language, like PHP or ColdFusion that can interact with the database. IN Dreamweaver, PHP and MySQL are paired together by default, but in the other server languages, you can work with other databases.

    Assuming you're using CS4, go here:
    [url]http://help.adobe.com/en_US/Dreamweaver/10.0_Using/[/url]
    Be sure to read (and reread) through the "Making pages dynamic", "Building applications visually" and "Building forms" sections. For there, you should ask follow up questions about the dynamic support within Dreamweaver in the Application Development forum:
    [url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=263&entercat=y[/url]

    If, after reading those help sections and asking in the App Dev forum, there is something that you'd like to do that isn't built in, then please do ask here for specific functionality that you'd need.

    Beyond that, please feel free to checkout WebAssist's products (the company I work for) for Dreamweaver:
    [url]http://www.webassist.com/professional/products/productresults.asp[/url]



    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #3

    Default Re: Online form users can alter

    Thanks! I'll start reading.

    I actually use CS3 however I see that many DW instructions on the site mingle
    the two....by accident?

    The Log in and Update of a data table would be perfect...I will look at the
    tables closer.

    Thanks again!




    Skizzyone 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