Hellihello
$Aktion = $_REQUEST['Aktion'];
man beachte das Fehlende "$". Dann:
var_dump ($_REQUEST);
var_dump ($Aktion;
und
<?php if (!isset($Aktion)): ;?>
<p> some html</p>
<?php else:;?>
<a href="<?php echo $_SERVER["PHP_SELF"];?>Aktion="Titel_suchen">
<img src="<?php echo $Link_1;?> width="40" height="20" border="0" name="Titel_suchen">
<?php endif;?>
Dank und Gruß,