PDA


View Full Version : Refresh image in a module


gblue
01-20-2006, 11:45 AM
I added a module in cmps that displays a image, this image is from my weather cam in the module is there a way to refresh the image every 60 seconds or so within the module

Thanks

Xplorer4x4
01-20-2006, 12:40 PM
I assume the module is coming from a php script or HTML script, I did a quick google search and came up with this.

<META HTTP-EQUIV="Refresh"
CONTENT="60; URL=http://www.yoursite.com/some/place/">

I see it is not compatible with all browsers(Opera being one), but try google and you may find something more reliable.

gblue
01-20-2006, 12:43 PM
Yeah, I do this with several of my pages that refresh every 60 seconds, bit I am not sure how to do it in a module, What I was using was not php so i will try your suggestion ..

Thanks



I assume the module is coming from a php script or HTML script, I did a quick google search and came up with this.

<META HTTP-EQUIV="Refresh"
CONTENT="60; URL=http://www.yoursite.com/some/place/">

I see it is not compatible with all browsers(Opera being one), but try google and you may find something more reliable.

Xplorer4x4
01-20-2006, 12:51 PM
Yeah, I do this with several of my pages that refresh every 60 seconds, bit I am not sure how to do it in a module, What I was using was not php so i will try your suggestion ..

Thanks
Im not very good with vBa but what exactly is the mdule reading from?

gblue
01-20-2006, 12:57 PM
all it does is display an image (from a webcam) all I want it to do is reload the image every 60 seconds it would be like inserting an image in this box, I just want to refresh it. It may not be possible



Im not very good with vBa but what exactly is the mdule reading from?