First of all... I want to thank everybody for their help... now I have a new question 😉
J. Hilton helped me with:
<script language=javascript>document.location.href = 'website.com' </script>
That worked ok... but... How can I use this script to tell that the page should be loaded in another frame of my frameset?
I have a frameset with 2 frames:
<frameset cols='200,789'>
<frame name=menu>
<frame name=main>
</frameset>
My button is in 'menu' frame, and I want to load the new page in 'main' frame.
Thanks again, and sorry for the long question!
Sebastian