Website Development Question
Frank DiPrete
fdiprete at comcast.net
Thu Dec 20 16:56:28 EST 2007
On Thu, 2007-12-20 at 13:25 -0500, Travis Roy wrote:
> I'm working on a site for somebody that does promotion work at trade
> shows. As a result she wants to have a number of pictures on one of
> the sidebars on the site.
>
> I tried a few javascript apps and some flash apps that just didn't
> work the way I wanted. She wants them to change randomly on the page.
> The only other thing I can think of is to just have it pick them
> randomly when the page loads.
this will work fine - just put the pic bar in an iframe and have the
source for the iframe refresh itself every minute or so.
<meta http-equiv=refresh content=60>
or to make it hurt the eyes, put all the images in their own iframe and
have them refresh at different times ;)
>
> Does anybody have any other suggestions or pointers?
>
More information about the gnhlug-discuss
mailing list