Und so:
Code:
<
html>
<script type="JavaScript">
<!--
function _ChangeLocation(Site1, Site2)
{
parent.header_m_l.location.href = Site1;
parent.body.location.href = Site2;
}
-->
[
url="_ChangeLocation('mypage.html', 'index.html')"]Click here[/
url]
</
html>
Der Unterstrich nur deshalb, weil ChangeLocation vielleicht doch eine native Funktion von JS sein könnte..