Re: Refresh without Blink?
From: TommyL (tlynn_at_hotmail.net)
Date: 10/22/04
- Next message: vdvalsit: "Re: ASP Search Result"
- Previous message: infm30conv: "Backgrounds"
- In reply to: John Leeke: "Refresh without Blink?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 22 Oct 2004 16:52:15 -0500
<script language="JavaScript">
function reloadImage() {
if (document.images) {
document.images.myImageName.src = 'easywebcam.jpg?' + (new
Date()).getTime();
}
setTimeout('reloadImage()',30000);
}
setTimeout('reloadImage()',30000);
</script>
Also look here!
http://www.southwest.com.au/~jfuller/webcam/webcam.htm
TL
"John Leeke" <JohnLeeke*remove*this*spam*blocker*@HistoricHomeWorks.com>
wrote in message news:O$Op7yFuEHA.160@TK2MSFTNGP11.phx.gbl...
| In FP2000 I am using:
|
| <meta http-equiv="refresh" content="10">
|
| to refresh a jpg file on a webpage. Upon every refresh the old image
blinks
| out, then the new image blinks in. Sometimes it blinks out to white,
| sometimes to the background image. You can see it at:
|
| http://www.historichomeworks.com/hhw/education/class/class.htm
|
| How can I refresh the jpg image without the blink to white or background?
A
| "dissolve" transition from the old image to the new one would be nice.
|
| Should I be trying something other than http-equiv="refresh"?
|
| Thanks for your help.
|
| John
|
|
|
|
|
|
- Next message: vdvalsit: "Re: ASP Search Result"
- Previous message: infm30conv: "Backgrounds"
- In reply to: John Leeke: "Refresh without Blink?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|