On 1/6/2018 at 2:33 AM, Ray_Net created this epitome of digital genius:
Tom Pamin wrote on 06-01-18 04:13:
Ed Mullen wrote:
On 1/4/2018 at 9:41 PM, Sanpam created this epitome of digital genius:
This airport website camera is set up to shut off about every 2
minutes. It has to be manually restarted. Very annoying, and the
operator is not open to have it stream continuously.

Is there any way for SM to "trick" it into not shutting off?

http://www.yourerie.com/skycam-cameras/erie-international-airport-tom-ridge-field-skycam


Only way I can think of is to insert an HTML <meta refresh> into the
<head> section of the document.

Right-click the page and choose Save As and save to you local hard
drive.  Open the file in a plain text editor and in the <head> section
insert:

<meta http-equiv="refresh" content="5">

for refresh after 5 seconds.  Adjust time as desired.  Save file.
Instead of going online open the page from the local file.

My only choice is save page. I clicked on that and it says can't save because it can't read the source file. But an htm file does save on my desktop. I opened it with notepad and it contains a huge amount of coding. Is that what I should try to modify somehow?
Just put: <meta http-equiv="refresh" content="5">
at he beginning between the "start-->" and the "<!---page":

<!--page refresh meta start--><!--page refresh meta end -->


Actually, the refresh code should be between the <head> and </head> tags.


--
Ed Mullen
http://edmullen.net/
"If you want to read about love and marriage, you've got to buy two separate books." - Alan King
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to