kostenloser Webspace werbefrei: lima-city


automatisches reload programm

lima-cityForumHeim-PCSoftware

  1. Autor dieses Themas

    just4fun

    just4fun hat kostenlosen Webspace.

    Ich suche ein programm mit dem ich seiten automatisch (ca. alle 1min.) neu laden kann
    m?glichst freeware
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. t****y

    Wieso ein Programm???? Das verstehe ich nicht -.-........ es gibt h?chstens nen HTMLcode oder Javascript, aber Programm???? WIE MEINSTE DAS?
  4. opera hat diese funktion integriert, da kannst das intervall auch selber einstellen
  5. Autor dieses Themas

    just4fun

    just4fun hat kostenlosen Webspace.

    wo denn bei opera???

    ja ein programm da es sich nicht um meine seite handelt
    um genau zu sein handelt es sich um einen ergebnissservice der sich nicht automatisch neu l?dt und es mich nakotzt immer auf aktualisieren zu klicken
  6. Etwa so?
    Was ich Fett makiert habe muss man ?ndern du musst beachten das der Hintergrund Wei? ist weil sonst flimert es!
    <html>
    
    <head>
    		<meta http-equiv="content-type" content="Patrick Homepage.htm">
    		<meta http-equiv="refresh" content="1;URL=[b]Seitedieaktualiesiertwerdensoll.typ[/b]">
    		<title>Meine Homepage</title>
    <style type="text/css">
    BODY { scrollbar-face-color: #DEE3E7;scrollbar-highlight-color: #FFFFFF;scrollbar-shadow-color: #DEE3E7;scrollbar-3dlight-color: #D1D7DC;scrollbar-arrow-color: 
    
    #006699;scrollbar-track-color: #13619F;scrollbar-darkshadow-color: #98AAB1; }
    
    hr { color: #275CAC;}
    
    SELECT { FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; COLOR: #000066; 
    background-color: #DEE3E7; }
    textarea, input { 
    background: #ffffff url('Test/images/style/input.gif'); 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    color: #000066; 
    font-size: 20pt; 
    font-weight: bold; 
    border-color: #000066; 
    border-colordark: #000066; 
    border-colorlight: #000066; 
    background-image:url('Test/images/style/input.gif')
    }
    
    #bg A:link, #bg A:visited, #bg A:active { COLOR: #000066; TEXT-DECORATION: underline; }
    #bg A:hover { COLOR: #275CAC; TEXT-DECORATION: none;POSITION: relative; TOP: 1.5px; LEFT: 1.5px; } 
    
    #cat A:link, #cat A:visited, #cat A:active { COLOR: #000066; TEXT-DECORATION: none; }
    #cat A:hover { COLOR: #275CAC; TEXT-DECORATION: underline;POSITION: relative; TOP: 1.5px; LEFT: 1.5px; }
    
    #cat, #title { 
    background-image : url('Test/images/style/navheads.gif'); 
    } 
    #title A:link, #title A:visited, #title A:active { COLOR: #000066; TEXT-DECORATION: none; }
    
    
    #title A:hover { COLOR: #275CAC; TEXT-DECORATION: underline; }
    #cat, #title { 
    background-image : url('Test/images/style/navheads.gif'); 
    } 
    
    
    
    table.out {
    width: 100%;
    border: 2px solid #DDDDDD;
    background: #275CAC url('Test/images/style/blub.gif') no-repeat fixed 0px 0px;
    padding: 20px;
    
    }
    .quote { 
    	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000066; line-height: 125%;
    	background-color: #FFFFFF; border: 1px dotted #000000;
    }
    .genmed {
    	font-size: 11px; color: #000000;
    }
    a.genmed {
    	text-decoration: underline; color: #000000;
    }
    a:hover.genmed {
    	text-decoration: none; color: #000000;POSITION: relative; TOP: 1.5px; LEFT: 1.5px;
    }
    <!--
    .hintergrund {
    background-image: url('Test/images/style2/hintergrund.gif');
    }
    -->
    table.out {
    
    }
    		</style>
    <STYLE> 
    .spanstyle { 
    position:absolute; 
    visibility:visible; 
    top:-50px; 
    font-size:10pt; 
    font-family:Verdana; 
    color:FF0000 
    } 
    
    .linktofun { 
    position:absolute; 
    top:240px; 
    left:10px; 
    width:560px; 
    color: 000000; 
    text-align:center; 
    font-size:9pt; 
    font-family:Arial; 
    font-weight:bold; 
    } 
    
    .explain { 
    position:absolute; 
    top:40px; 
    left:10px; 
    width:560px; 
    color: 000000; 
    text-align:center; 
    font-size:9pt; 
    font-family:Arial; 
    font-weight:bold; 
    } 
    A { font-family: Arial,Helvetica,sans-serif; 
    color: #000000; 
    text-decoration:underline 
    } 
    A:visited { 
    color: #000000; 
    } 
    		</STYLE> 
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Neue Seite 2</title>
    </head>
    
    <body>
    <Html> 
    <BODY TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#999999" ALINK="#00FF00" BGCOLOR="#000000" onload="marquee()"> 
    <Center> 
    <script language="JavaScript"> 
    <!-- 
    var timerID = null; 
    var timerRunning = false; 
    var id,pause=0,position=0; 
    function marquee() { 
    var i,k,msg=" Hallo lieber Besucher :-) "; 
    k=(75/msg.length)+1; 
    for(i=0;i><=k;i++) msg+=" "+msg; 
    document.marqueeform.marquee.value=msg.substring(position,position+120); 
    if(position++==69) position=0; 
    id=setTimeout("marquee()",1000/10); } 
    function action() { 
    if(!pause) { 
    clearTimeout(id); 
    pause=1; } 
    else { 
    marquee(); 
    pause=0; } } 
    // --> 
    </script> 
    </center> 
    </body> 
    </html> 
    
    <td style="text-align: justify">
    <html>
    
    	<body bgcolor="#275CAC" text="#000066"{hgpicture} bgproperties=fixed id="bg">
    <p align="center">&nbsp;</p>
    <table width="100%" height="327">
    	<tr valign="middle" align="center">
    		<td height="323"><br><font size=1 face="Tahoma, Helvetica, Verdana, Arial, sans-serif"><a href="http:\\www.rakuun.de">    </a></font></td>
    	</tr>
    </table>		
    </body>
    </html>
    
    </body>
    
    </html>
  7. Autor dieses Themas

    just4fun

    just4fun hat kostenlosen Webspace.

    joa danke aber DIE SEITE DIE ICH AKTUALISIEREN WILL GEH?RT MIR NICHT!!!!!!!
    deswegen kann ich da auch nichts ?ndern
  8. m****************g

    @just4fun
    HEy du alter Schummler, er will nur von euch das Reloadprogram, damit er hierbei (http://e7d.de/money/?q=554#) betr?gen kann. Also antwortet nicht mehr. Er soll sich sein Geld legal verdienen un dnicht durch schummeln. :stupid:
  9. ja sowas sollte echt nicht unterst?tzt werden, Leute die es mit der Hilfe ernst meinen so ?bern Tisch zu ziehen finde ich Kagge
  10. Autor dieses Themas

    just4fun

    just4fun hat kostenlosen Webspace.

    @matthias du irrst dich. wie w?rs wenn du mal meinen zweiten eintrag liest? da steht drinn was ich damit will

    das problem hat sich im ?brigen erleditgt geht mit opera wunderbar
    also kann geschlossen werden
  11. Dieses Thema wurde mit folgender Begr?ndung von fedja geschlossen:

    dann machen wir das doch!

    (Dies ist eine automatische Antwort durch das System).
  12. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!