bspainkf36
Erfahrenes Mitglied
hi,
ich wollte fragen wie ich nur eine bestimmte sache z.b. ein iframe und nicht schon die komplette seite neu lade ...
das ist z.b. mein link
ich möcht nur den iframe refreshen lassen ...
please help
MfG pa!n
ich wollte fragen wie ich nur eine bestimmte sache z.b. ein iframe und nicht schon die komplette seite neu lade ...
PHP:
<br> - <a href=index.php?nav=download>download</a>
das ist z.b. mein link
PHP:
<?php
switch($nav)
{
case "download":
$iframeinclude = "download/download.php";
break;
default:
$iframeinclude = "news/news.php";
break; }
?>
<iframe src=<?php echo"$iframeinclude"; ?> width=100% height=100% align=left
scrolling=yes marginheight=0 marginwidth=0 frameborder=0></iframe>
ich möcht nur den iframe refreshen lassen ...
please help
MfG pa!n