Senin, 19 Oktober 2009

Praktikum WEB ke-6 Lanjutan

File judul.php
--------------------

?html>
?head>
?style type ="text/css">
body,center{
color: #000;
font-family: verdana,arial;
font-size: 8px;
background: blue; repeat top;
margin: 0 auto;
}
?/style>
?/head>
?body bgcolor = 'white'>
?center>
?font color = 'white'>
?h2>KLINIK DUTA?/h2>
?h3>?i>Siap Melayani Masyarakat Sepenuh Hati?/i>?/h3>

?font color = 'lime'>
?/font>
?/center>
?/body>
?/html>
------------------
File plk.php

?html>
?head>
?title>coba?/title>
?/head>
?body>
?a href ="http://www.yahoo.com" target="frame_isi">?h4> Link data yahoo ?/h4> ?/a> ?marquee behavior =scroll direction =up >?i>?h3>Yahoo Can Be Fun!!!!?/i>?/h3>?/marquee>

?/body>
?/html>
------------------
File profil.php

?html>
?head>
?title>coba?/title>
?/head>
?body>
?h3>KLINIK DUTA?/h3>
?/body>
?/html>
------------------
File menu.php

?html>
?head>
?meta http-equiv='content-type' content='text/html; charset=UTF-8' />
?title>Menu Utama?/title>
?meta name="outhor" content="root"/>
?meta name="language" content="english"/>

?/head>
?body>
?div id='main'>
?h1>fnfCreator?/h1>
?ul id='menu'>
?li>?a href= "entripasien.php" target="frame_isi">Entri Data Pasien?/a>?/li>
?li>?a href= "lihatpasien.php" target="frame_isi">Lihat Data Pasien?/a>?/li>
?/ul>
?br>?br>
?br>?/div>
?div class='box'>
?h2>copyright@2009?/h2>
?p>be a creative?/p>
?/div>
?br>
?/body>
?/html>
--------------------
File index.php

??php
echo '?head>';
echo '?meta http-equiv="refresh" name="keywords" content="STMIK Kharisma">';
echo '?title>Pelatihan Pemrograman WEB,STMIK Kharisma Karawang?/title>';
echo '?frameset rows="20%,*" border= "1">';

echo '?frame name="frame_judul" src= "judul.php" scrolling = "no">';

echo '?frameset cols="25%,60%,15%" border= "1" scrolling ="no">';
echo '?frame name="frame_menu" src= "menu.php" scrolling = "no">';
echo '?frame name="frame_isi" src= "profil.php" scrolling = "yes">';
echo '?frame name="frame_plk" src= "plk.php" scrolling = "yes">';
echo '?/frameset>';
echo '?/frameset>';
echo '?/head>';
?>
------------------

Tidak ada komentar: