Hello Harry > You can't solve this with forward. > You need to do this client side with > either javascript ...
Here is a example of a javascript function.
Must run on the client side.
<script language="javascript">
<!--
function logout() {
thePage = http://www.thewebsite.com;
top.location.href=thePage;
}
// -->
</script>
Marcus
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
