Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Dynamic Pages Bug?

    I don't know if this is a bug, but when a ASP page (in this case tied to a
    database) is refreshed in Contribute the page won't render. However, if the
    "Go" button is pressed next to the address bar, the page renders correctly.
    This is very confusing to the end-user.

    RL_RBF Guest

  2. Similar Questions and Discussions

    1. Dynamic Pages
      Hello to all! Please help me somebody ((. If it's not hard to explane me how to script dynamic pages. So i made flash menu then I have php page...
    2. dynamic detail pages
      anyone know how i can count the number of times each item in my access database is viewed? i have seen his before somewhere. also does anyone...
    3. Dynamic User Pages
      Is it possible to create dynamic user pages with tabs and buttons that activate pre-defined URL's or parts of the current application. So many...
    4. ColdFusion Dynamic Pages
      Could someone help me with a ColdFusion script on a dynamic page that would take a variable from the URL and display the variable value? Seems...
    5. Printerfriendly dynamic pages
      There are some articles on 4guys about this http://www.google.com/search?q=site:4guysfromrolla.com+printer%20friendly -- Jules ----- Charon...
  3. #2

    Default Re: Dynamic Pages Bug?

    This is because your ASP page is constructed dynamically - Contribute cannot
    parse and interpret any dynamic content; it can only understand static HTML.
    It's not a bug; Contribute was designed for editing static HTML content, not
    dynamic (PHP, JSP, ASP, CFM, etc...) You might want to try using Dreamweaver
    instead for working with dynamic content..

    MarkuzAddiktuz 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