Author Topic: Pages are not updated  (Read 3797 times)

Offline yibbeda

  • New member
  • *
  • Posts: 8
    • weer/index
Pages are not updated
« on: September 25, 2013, 04:06:43 AM »
Hello

In the html version it say,
 these pages are updated every (1 minutes)

But I have to use the F5 key to see the update
How to correct it to see the update automatic ??


grt
hans
vlissingen, Netherlands

http://people.zeelandnet.nl/johoobu/weer

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Pages are not updated
« Reply #1 on: September 25, 2013, 11:24:54 AM »
Hi Hans,
That old refresh problem is still alive?  >:(

To learn about "Refresh meta", you could look at this link:
http://en.wikipedia.org/wiki/Meta_refresh it discuss the refresh problem
and some way to solve it.

Personnaly, I haven't included any refresh method in templates as many visitors
dislike that, because of the "Flickering effect" produced by big page refresh.

Hope this help,

Regards,
Jacques
Please, consider supporting this site 

Offline yibbeda

  • New member
  • *
  • Posts: 8
    • weer/index
Re: Pages are not updated
« Reply #2 on: September 26, 2013, 08:39:12 AM »
Thanks for your replay

I have but the code <META HTTP-EQUIV="refresh" CONTENT="300">
in the index page and it works fine.

but i have other problem,

as you can see there is a REALTIME page that i have added.
how to put this in the template ??

thanks again


hans

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Pages are not updated
« Reply #3 on: September 26, 2013, 11:29:40 AM »
Hi Hans,

I haven't try this particular page, as it is a Silverlight page,
but easiest way to include (shrink) a page into a "box" in your page
is to use the good old iFrame command, like this:

<iframe src="PageToDisplay.htm"></iframe>

You could learn more about iFrame options on that link:
http://www.w3schools.com/tags/tag_iframe.asp

Best regards,
Jacques
Please, consider supporting this site 

Offline yibbeda

  • New member
  • *
  • Posts: 8
    • weer/index
Re: Pages are not updated
« Reply #4 on: September 26, 2013, 12:10:01 PM »
Hello


iframe  is build in !

see this

http://people.zeelandnet.nl/johoobu/weer/empty.htm

but how to increase the template, so that the realtime page fully visible to see.

hans
« Last Edit: September 26, 2013, 12:32:13 PM by yibbeda »

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Pages are not updated
« Reply #5 on: September 26, 2013, 06:08:36 PM »
Hi Hans,

Problem is that you have to indicate height of your silverlightControlHost div
with "real" size (instead of %), see actual:

Code: [Select]
#silverlightControlHost {
    height: 100%;
}

sould be something like that:
Code: [Select]
#silverlightControlHost {
    height: 1000px;
}

Best regards,
Jacques
Please, consider supporting this site 

Offline yibbeda

  • New member
  • *
  • Posts: 8
    • weer/index
Re: Pages are not updated
« Reply #6 on: September 26, 2013, 11:53:42 PM »
Jacques

Thanks again

this was a good help for me
Ik works good now


hans

Offline yibbeda

  • New member
  • *
  • Posts: 8
    • weer/index
Re: Pages are not updated
« Reply #7 on: October 03, 2013, 09:51:17 AM »
Hello,

And a other problem at the INFO page.
the template is to short
i cant find it to solved this.


http://people.zeelandnet.nl/johoobu/weer/infos.htm


greets
hans
« Last Edit: October 07, 2013, 10:56:56 AM by yibbeda »

Offline yibbeda

  • New member
  • *
  • Posts: 8
    • weer/index
Re: Pages are not updated
« Reply #8 on: October 07, 2013, 10:58:52 AM »
Hello,

And a other problem at the INFO page.
the template is to short
i cant find it to solved this.


http://people.zeelandnet.nl/johoobu/weer/infos.htm


greets
hans

Someone ????

Offline avoorpool

  • Sr. Member
  • ****
  • Posts: 372
    • http://pickeringweather.ca
Re: Pages are not updated
« Reply #9 on: October 16, 2013, 08:29:00 PM »
Hoi Hans,

Try the following to increase your page length:

<div id="content" style="height:1300px">
Try to increase the number to i.e 1700px.

Also,

Add the following line at the bottom of your page (before </body>):
<script type="text/javascript"> document.getElementById("bg_clouds").style.height = document.getElementById("bg_clouds").clientHeight + 220 + 'px'; </script>
</body>
With changing the 220+ 'px', you're sure the page will display correctly in regards to the background.

Hope this helps!!

Cheers,

Arthur

PS:
Doe de groetjes aan m'n broer. Hij woont in Westkapelle  :)

Offline yibbeda

  • New member
  • *
  • Posts: 8
    • weer/index
Re: Pages are not updated
« Reply #10 on: October 17, 2013, 12:44:24 PM »
Arthur

Thanks for your replay
Its not working ?

I uplouded a new infos.htm
and its good !

ps
Westkapelle is niet ver weg vanut Vlissingen . :)


grt
hans