Preloading

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SB

    Preloading

    Hy Ng,
    I have a script who need some time to load, ca 3 sec. What I want to do is
    showing a "preloader" page while the page is loading.
    How can I make this "preloader" page?

    Another question,
    Is there a way, in PHP, to show the status while uploading files.

    Thanks,

    Seb


  • Kevin

    #2
    Re: Preloading

    Hi Seb,

    If the page loads slowly because of server processing, you could create an
    intermediary page that informs the visitor to please wait while their
    request is being processed and contains a <META REFRESH... > to the slow
    page. The first page will show until the server starts sending back
    content.

    If it's slow because of the content (images, etc.) I think you could only
    do it in javascript. Same with uploading files.

    - Kevin

    "SB" <buschdesign@fr ee.fr> wrote in message
    news:41c5608e$0 $21960$626a14ce @news.free.fr.. .[color=blue]
    > Hy Ng,
    > I have a script who need some time to load, ca 3 sec. What I want to do is
    > showing a "preloader" page while the page is loading.
    > How can I make this "preloader" page?
    >
    > Another question,
    > Is there a way, in PHP, to show the status while uploading files.
    >
    > Thanks,
    >
    > Seb
    >
    >[/color]


    Comment

    • R. Rajesh Jeba Anbiah

      #3
      Re: Preloading

      SB wrote:[color=blue]
      > Hy Ng,
      > I have a script who need some time to load, ca 3 sec. What I want to[/color]
      do is[color=blue]
      > showing a "preloader" page while the page is loading.
      > How can I make this "preloader" page?[/color]

      JavaScript. Google for it.
      [color=blue]
      > Another question,
      > Is there a way, in PHP, to show the status while uploading files.[/color]

      Look at this thread
      <http://groups.google.c om/groups?as_umsgi d=42f90a1a.0402 252007.72d72cba @posting.google .com>

      --
      <?php echo 'Just another PHP saint'; ?>
      Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

      Comment

      Working...