Change Content Dynamically

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

  1. #1

    Default Change Content Dynamically

    I'm trying to find a way to change the contents of a table (calendar) that I
    have nested in a DIV. without loading a new page. In other words, go to the
    next month and previous month using a link >>> and <<< . I have seen many
    scripted calendar programs out there, but they just don't seem to fit my needs.
    I've created 12 tables for the months, and have clickable links(the event
    details) in the date boxes that open up more details of events in a smaller
    window. I'd like to be able to keep that approach to events details. I've
    tried using #includes, but can't seem to get them to close and go to the next
    month, and don't want to have to go into .asp scripting.
    So, does anyone know of a nice javascript that will hide or close the visible
    month and load the next ???? Also, I don't particularly want to use the
    show/hide layer method as this may get a bit complex with 12 layers.
    Help is much needed and appreciated!!
    Stmark

    St.Mark Guest

  2. Similar Questions and Discussions

    1. Dynamically loading xml content
      I?m creating a menu bar in which the links have to be dynamically created based on the values in the xml, and the number of links(buttons) may even...
    2. Adjusting content dynamically
      We are developing a Website using Contribute 3.1, where we have a requirement in which the page has a Rich Text Component and the publisher can...
    3. Dynamically change URL in Web Service
      Dear Al I am now also facing a problem on changing URL in web reference. Firstly, i added a web reference in my project, and then i change the...
    4. dynamically change
      I need to know how to modify the <asp:BoundColumn/> to N/A when the datafield value comes in as negative quantity and color it different on the...
    5. Dynamically update web content
      Hi, Could you give me some hints on the ways of reloading or updating one web page from another web page? For example, I have a main page is...
  3. #2

    Default Re: Change Content Dynamically

    Did you try using iFrames? It is very helpful in some situations where you don't want to refresh the entire page.
    sviswana Guest

  4. #3

    Default Re: Change Content Dynamically

    sviswana, Thanks for the suggestion. I never was too wild about iframes. But, this may be an appropriate use for them as you mentioned. Thanks again.
    St.Mark
    St.Mark 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