Automatic page refresh

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

  1. #1

    Default Automatic page refresh

    How do I get a page to automatically jump to the next page without the user having to click on a link?


    kriil webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Automatic page size
      The option you're after is 'select paper by PDF size' and is available under Acrobat 7 and upwards on Windows ... Jon
    2. 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...
    3. Problem with refresh button breaking automatic refresh
      As a public service, I'm posting the solution to a problem I had. The bizarre thing is that I think this should have created an error. Instead, it...
    4. Automatic refresh of snapshot is failing
      Hello All, (Oracle 8.1.7.0.0, running on NT4 SP6) I have a snapshot set up to refresh daily. The setup of the snapshot is: CREATE...
    5. Refresh of directory listing not automatic anymore
      On Wed, 9 Jul 2003 08:39:02 -0700, "Frank Mulligan" <mulligan@firstinvestors.com> wrote: Frank, I remember this change in Explorer's behavior...
  3. #2

    Default Re: Automatic page refresh

    In Dreamweaver use INSERT | Head Tags > Refresh and pick your URI and delay
    time.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "kriil" <webforumsuser@macromedia.com> wrote in message
    news:bgrc10$dr4$1@forums.macromedia.com...
    > How do I get a page to automatically jump to the next page without the
    user having to click on a link?
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Automatic page refresh

    Thanks that worked great!


    kriil webforumsuser@macromedia.com Guest

  5. #4

    Default Automatic Page refresh

    I have Studio MX 2004. I have one HTML page that I update frequently in one
    of our sites, and I need to insert some code that will trigger a browser
    refresh in the user so they get the latest update onscreen.
    Can someone tell me how to do this?

    Thanks,
    Robert

    racsw Guest

  6. #5

    Default Automatic page refresh

    I have a series of pages that change often. Users contact me and tell me they
    don't see the new data. I know there is a way for the code to tell the client
    not to cache the page OR to refresh it upon load, but I can't find the
    reference. Using the META Refresh tag is the wrong one. Someone slap me up
    side the head and remind me how to do this, please.
    :embarrassment;
    Thanks,
    Karl

    don Carlos Guest

  7. #6

    Default Re: Automatic page refresh

    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
    jeremyluby Guest

  8. #7

    Default Re: Automatic page refresh

    This appears to work, but when testing in Firefox, the old version of a file
    still showed until I refreshed the page. Does this META only prevent (new)
    pages from caching and not cause a refresh upon load?

    Thanks,
    Karl

    don Carlos Guest

  9. #8

    Default Re: Automatic page refresh

    yes this prevents the page from being cached.
    jeremyluby Guest

  10. #9

    Default Re: Automatic page refresh

    <meta http-equiv="refresh" content="300">

    This would refresh the page every 5 minutes.
    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