Помощ за един новак
Помощ за един новак
Как да направя така, че когато в таблица в ляво имам <div align="center"><?php include('аа.php');?></div> съдържанието на линка да се отваря в десния прозорец на таблицата
- alex95_bg_2
- Шаман
- Posts: 5462
- Joined: Thu Jul 24, 2008 8:25 am
- Location: localhost
- Contact:
<tr>
<td align="center" class="name">Дневник</td>
</tr>
<tr>
<td align="center"> <a href=http://dnevnik.com/index.php target="_blank">дневник </a> <br>
<a href="http://dnevnik.com/raz.php">Годишно разпределение </a> <br>
<a href="http://dnevnik.com/grafik.php">График на задачите</a><br>
</tr>
<td align="center" class="name">Дневник</td>
</tr>
<tr>
<td align="center"> <a href=http://dnevnik.com/index.php target="_blank">дневник </a> <br>
<a href="http://dnevnik.com/raz.php">Годишно разпределение </a> <br>
<a href="http://dnevnik.com/grafik.php">График на задачите</a><br>
</tr>
- alex95_bg_2
- Шаман
- Posts: 5462
- Joined: Thu Jul 24, 2008 8:25 am
- Location: localhost
- Contact:
Re: Помощ за един новак
..
Last edited by Replace on Fri Jul 25, 2008 9:31 am, edited 2 times in total.
Това е таблицата искам АА да се отваря в средния прозорец -<div align="center"> </div>
<html>
<head>
<title>Íà÷àëî</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
</head>
<body bgcolor="#CCCCCC" text="#000000">
<table width="75%" border="1" align="center" bgcolor="#999999">
<tr>
<td colspan="2" height="20">
<div align="right"><?php $date = date("Äíåñ : d.m.Y H:i "); print $date; ?></div>
</td>
</tr>
<tr>
<td width="16%"><div align="left"><?php include('aa.php');?></div>
</td>
<td width="84%">
<div align="center"> </div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"> <?php
$year=date("Y");
echo " Варна@ $year";
?></div>
</td>
</tr>
</table>
</body>
</html>
<html>
<head>
<title>Íà÷àëî</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
</head>
<body bgcolor="#CCCCCC" text="#000000">
<table width="75%" border="1" align="center" bgcolor="#999999">
<tr>
<td colspan="2" height="20">
<div align="right"><?php $date = date("Äíåñ : d.m.Y H:i "); print $date; ?></div>
</td>
</tr>
<tr>
<td width="16%"><div align="left"><?php include('aa.php');?></div>
</td>
<td width="84%">
<div align="center"> </div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"> <?php
$year=date("Y");
echo " Варна@ $year";
?></div>
</td>
</tr>
</table>
</body>
</html>