Internetpagina aut. laten vernieuwen

Status
Niet open voor verdere reacties.

lageweg

Gebruiker
Lid geworden
7 aug 2004
Berichten
175
Wie kan me vertellen hoe je aut. een internetpagina bv om de minuut laat vernieuwen?

Ron.
 
In uw htmlcode zet je in je <head>-sectie:
< meta HTTP-EQUIV="Refresh" CONTENT="60; URL=http://www.jouwsite.be" >
(60 is het aantal seconden)
 
Laatst bewerkt:
De oplossing die aangeboden wordt is van toepassing wanneer het je eigen gemaakte site is. Ik heb het idee dat jij een site (bijvoorbeeld nieuwssite) automatisch wilt refreshen .....
 
Indien het in je eigen site is, is het in de < head > sectie
Indien idd een bestaande internetpagina, dan weet ik het niet
 
Het gaat inderdaad om bv een nieuwssite die ik voor heb staan en die dan aut. elke minuut te laten verversen!
Hoe kan ik dat doen?
 
Probeer dit eens:
PHP:
<!doctype html public "-//w3c//dtd html 3.2//en">

<html>

<head>
<title>refrash andere site</title>
<!--This page created on Saturday, August 12, 2006 -->

<meta name="GENERATOR" content="Arachnophilia 4.0">
<meta name="FORMATTER" content="Arachnophilia 4.0">

<META name="description" content="starting with arachnophilia the html editor">
<META name="keywords" content="arachno, html, updat, email, content, starting, homepage">
<meta name="Author" content="Peter Vazed">
<META name="robots" content="index, follow">
<META name="revisit" content="7 days">
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<STYLE TYPE="text/css">
<!--
A:link      { text-decoration: none; color: #0000a0;  }
A:visited   { text-decoration: none; color: #990000; }
A:active    { text-decoration: none; color: #0000FF; }
A:hover     { text-decoration: underline; color: #FF0000; }
p { padding:10px; }
.klgrs {background-color: #b1b1b1;padding: 4px 6px 4px 6px;}
.klgl {background-color: #eaebb8; padding: 1px 1px 1px 1px;}
.kl {font-family: verdana, tahoma, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal;color:#80808a;}
.tomat {font-family: verdana, tahoma, Arial, Helvetica, "sans-serif"; font-size: 16px; font-weight: bold;color:#b0224d;}
.prijs
{font-family: verdana, tahoma, Arial, Helvetica;
 font-size: 12px;
 font-style: normal;
color:#000000;
}
.info 
{border-width:2px;
border-style:dotted;
border-color:#808080;
background-color: #f2f2f2;
font-family:verdana, tahoma, arial, "ms sans serif";
font-size:10px;padding: 10px 10px 10px 10px;}
BODY {     scrollbar-3d-light-color:#FFFFFF;
           scrollbar-arrow-color:#93b7b4;
           scrollbar-base-color:#0000a0;
           scrollbar-dark-shadow-color:#000040;
           scrollbar-face-color:#808080;
           scrollbar-highlight-color:#c3c3c3;
           scrollbar-shadow-color:#cec553;
background-color: #9797ff;
padding:0;
margin:0;
}
-->
</STYLE>
<META HTTP-EQUIV="Refresh" CONTENT="25;"> 
</HEAD>
<body >
<a name="link"></a>
<IFRAME id="content_frame" name="content_frame" src="http://people.zeelandnet.nl/vazed" frameBorder="0" width="100%" scrolling="yes" height="100%"></IFRAME>
<br>
 <center><a href="#link"> naar boven </a>
</center>
<br>
<br>

</body>

</html>

Opslaan als ververs_html en op je buroblad wegzetten.
Refresh en site aanpassen naar wens.
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan