Can you set up an automatic page update based on time?

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

  1. #1

    Default Can you set up an automatic page update based on time?

    I was curious if, in dreamweaver, you can set up a page to automatically update
    at a certain time. For instance, I want the home page to replace 2 buttons at
    12:30pm on November 3. Is this possible? Or do I have to upload a page
    manually at that time? Thanks!

    nocontende Guest

  2. Similar Questions and Discussions

    1. web page automatic update
      I wanted to generate a web page using CGI scripts. The script would query a database and display result. I wanted to make the page automatically...
    2. automatic menu creation based on label or other
      Hi all, I have flash 5 and I just wanted to know if I could create a menu that automatically takes the name of a frame label and links to it. For...
    3. Problem with Automatic Update Version 7.01
      This feature has never worked since I bought and installed Adobe Photoshop 7.01 several months ago. Whenever I try to update the product via the...
    4. Is director frame-based or time-based ?
      I was wondering if the following is possible: Translate sprite 1 to sprite 2 in exactly 15 seconds. Can I translate that to the exact number of...
    5. Automatic Update
      Does the little earth icon show up in the task bar when the computer is automatically downloading updates when I'm online? I have a dial-up...
  3. #2

    Default Re: Can you set up an automatic page update based on time?

    DW doesn't do that.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "nocontende" <webforumsuser@macromedia.com> wrote in message
    news:ei5rb6$57v$1@forums.macromedia.com...
    >I was curious if, in dreamweaver, you can set up a page to automatically
    >update
    > at a certain time. For instance, I want the home page to replace 2
    > buttons at
    > 12:30pm on November 3. Is this possible? Or do I have to upload a page
    > manually at that time? Thanks!
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Can you set up an automatic page update based ontime?

    Does anything do that?
    nocontende Guest

  5. #4

    Default Re: Can you set up an automatic page update based on time?

    take into account the code in any dynamic page only executes at the
    server when requested by a client (browser). you'll need an application
    running continuosly on the server, checking the time and doing whatever
    you want. this kind of apps are known as "daemons" in *NIX machines an
    are started by the OS. they are called services in Windows

    an easier approach could be checking the date in your home page and do
    something if it's greater than the one you fixed. but as Murray pointed
    out, you'll need to hand code it

    if you need more info, the Application Development forum is the right place

    hth,

    jdoe

    nocontende wrote:
    > Does anything do that?
    John Doe 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