[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20030108: how to display loop of images in a webpage (cont.)

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: 20030108: how to display loop of images in a webpage (cont.)
  • Date: Thu, 09 Jan 2003 08:34:17 -0700

>From: Sridharareddy Duggireddy <address@hidden>
>Organization: USF
>Keywords: 200301061638.h06Gcdt04784 McIDAS web animated GIF

Sridhara,

>  Thank you very much for giving me the code to display loop of images in
>linux. It is working correctly. But I am getting a small error message.
>What I have done is this
>
>    I wrote the code given by you. After that in that script i wrote the
>following code to display the converted gif iamge
>
>  echo "<img src="/sridhara/mcidas/gifs/GR-IRloop.gif">"
>
>When executed , it is displaying the loop of images but it is giving the
>error message "missing name for redirect" below the image . Can you tell
>me how to correct that error?

Since I don't know exactly where the message is being generated, I
can't tell you how to get rid of it.  What is most likely happening,
however, is that some routine/process is spitting out this message to
stderr or stdout.  You have to find out what exactly is producing the
message and redirect the appropriate output (e.g., stderr or stdout)
to /dev/null.

> If i want to stop the loop what should i do?

If you want to have full looping control (e.g., start, stop, step, etc.)
you will have to use a GIF looper instead of an animated GIF.

Tom