Current window


<script type="text/_javascript_">
window.location.href = '';
</script>


Parent window (for ex. window which holds an iframe, this script is
called from within the iframe)


<script type="text/_javascript_">
parent.location.href = '';
</script>


Top frame (Jedi master frame)
<script type="text/_javascript_">
top.location.href = '';
</script>


Of a specific frame


<script type="text/_javascript_">
window.frames['framename'].location.href = '';
</script>

etc.. :-) just ask..  I am kinda a JS addict for quite a long time


Micha Schopman
Software Engineer
Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to