Onbekend |
|
er zijn veel methodes om dit te doen, bijv. in javascript 3:
<a href="#" onclick="javascript:history.go(-1)">Vorige</a>
<a href="#" onclick="javascript:history.back(1)>Vorige</a>
<a href="#" onclick="javascript:history.back()>Vorige</a>
<a href="#" onclick="javascript:history.go(-1)">Vorige</a> <a href="#" onclick="javascript:history.back(1)>Vorige</a> <a href="#" onclick="javascript:history.back()>Vorige</a>
Tenslotte is er nog een met php: zet dit dan in je code:
<?
echo "<a href=\"". $_SERVER['HTTP_X_FORWARDER'] ."\">Terug</a>";
?>
<? echo "<a href=\"". $_SERVER['HTTP_X_FORWARDER'] ."\">Terug</a>"; ?>
Tenminste dat dacht ik, en @geerios:
je moet er wel " javascript: " voorzetten, anders gaat ie flippeh |