Hallo zusammen,
ich versuche für mich, folgendes Code als Modul zu erstellen!!
Hat jemand eine Hilfestellung wie ich dies am besten programiere?Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta **********="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>Unbenanntes Dokument</title> <script language="javascript" type="text/javascript"> <!-- var win=null; onerror = stopError; function stopError(){ return true; } function l1228421651(){ myleft=20; mytop=20; settings="width=700,height=580,top=" + mytop + ",left=" + myleft + ",scrollbars=yes"; win=window.open("http://localhost/test/popup.html","mypopup",settings); win.focus(); } // --> </script> <script type="text/javascript"> function RefreshText() { intervalID = setInterval(xajax_divrefresh, 1000); } </script> </head> <body> <a href="http://www.domain.ch"><img src="http://www.novasina.ch/wDeutsch/wLayout/design/img/box_rechts/novasina_location.gif" width="130"></a> <br> <br> <div id="timer"> <a href="javascript:l1228421651();"><img src="http://www.domain.ch/webcam.jpg" width="130" height="98"></a> <br> <br> <?php $teile = file('http://www.domain.ch/klima.txt'); ?> <table width="100%"> <tr> <td>Temparatur:</td> <td><strong><?php echo($teile[1]);?></strong></td> </tr> <tr> <td>Feuchte:</td> <td><strong><?php echo($teile[2]);?> </strong></td> </tr> <tr> <td>Aktualisiert:</td> <td><strong><?php echo($teile[0]);?> </strong></td> </tr> </table> </div> </body> </html>
Das zweite Problem, was ich noch habe, ist das wen ich auf das Bild klicke, ein Popup fenster geöffnet werden sollte!


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen