Kamis, 28 Januari 2010

Index (PHP)


@?php
#include('mode.css');
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="0">';

echo'@frame name="frame-judul" src="judul.php" scroling="no">';
echo'@frameset cols="25%, 60%, 15%" border="0" scroling="no">';
echo'@frame name="frame_menu" src="menu.php" sroling="no">';
echo'@frame name="frame_isi" src="profile.php" scroling="no">';
echo'@frame name="frame_plk" src="plk.php" sroling="no">';
echo'@/frameset>';
echo'@/frameset>';
echo'@/head>'
?>