Adding Text at runtime

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

  1. #1

    Default Adding Text at runtime

    I would like to set up a page so the Human Resources department can update
    employment information without having to submit the changes to me to recreate
    the page. Ideally I would like them to be able to just save a text file of a
    given name and upload/overwrite it on the server and have the webpage pull the
    contents when the page is viewed.

    Doable?

    Thanks,
    Robb

    RBurn99 Guest

  2. Similar Questions and Discussions

    1. error in adding user controls at runtime
      Hi All, I have created my own WebControl and want to add it in my aspx page at runtime. it's compiling perfectly, but when i m going to...
    2. Adding Button at runtime: Events not firing
      Im adding a button at runtime but the DataGrid1.ItemCommand event does not fire. I also have a button that I added at design time and this button...
    3. Adding states to a POE::Session at runtime
      I've been pouring over the pods for a few hours now. It's possible I missed it (I'm rather tired), but I can't find any information on adding...
    4. Adding Columns at runtime in datagrid control
      have a datgrid control that has 3 columns defined at design time. Remaining columns are coming from a query and not known until runtime. I have...
    5. Dr. Watson Error in Runtime when adding new record
      I have an Access 2000 database, using entirely ADo technology. I have several forms that are using the same subform(s), and when I use the...
  3. #2

    Default Re: Adding Text at runtime

    Yes this is very doable! What scripting languages are supported on your server?

    You might even consider Contribute for them to use.
    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