Announcement

Collapse
No announcement yet.

heelp with load time element...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • heelp with load time element...

    hi
    my domain - you10.net
    i'm customizing page that have 2 "bv html elements"
    i need some advice about loading one of the html element after {instance-
    10 sec )

    thank you
    James Acobas

  • #2
    Re: heelp with load time element...

    Off hand, i can only think of doing this with an iframe on the page where you want the delayed info to show. To do this you will need another 2 pages. One to load immediately in the iframe with instructions in that page to call for another page with the final info that you want to show after 10 seconds. So! Make a page called p2 that will be a page with all your final info on that will show up in 10 seconds time & publish the page. All this pages info, should be in the top left corner of the page with the center in browser box not ticked.
    Now make another page & call it p1. This will be just a blank page with the code below placed in the page html area under the “start of page” tag, once you have changed the time & url to suite yourself highlighted in red. Now publish this page.
    Now make the main page you want this all to appear on and place an iframe on the page with to url in the iframe properties set to http://www.yoursite.com/p1.html.
    So when the main page loads, the p1 page will load into the iframe & after 10 seconds the p2 page will load in the same place.



    <meta http-equiv="refresh" content="10;URL=http://www.yoursite.com/p2.html">
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: heelp with load time element...

      Thank you Sir
      James Acobas

      Comment

      Working...
      X