Hvorfor virker dette ikke?
Hej. Hvorfor virker dette ikke?<a onclick="viewbox('Instillinger');myaction.document.location='action.php?action=instilling'">Mit Link</a>
Og i min action fil:
if($action=="instilling") {
?>
<iframe width=\"211\" height=\"255\" SRC=\"action.php?action=instillinger\" frameborder=\"0\" ID=\"iframe\"></iframe>
<?
}
Og jeg har prøvet at printe hej i min action=instilling.php fil, men den er bare blank? Hvis jeg sætter den til at linke til en anden side virker det fint.. Ved i hvorfor ;)?
