^ Thanks - I will give that a try and let you know later.
I can't set it in the URL unfortunately. Very basically I am using an iFrame on a page which I have a button on the parent frame to break out of the frame and display the URL inside the iFrame - something along these lines:
<script>
function redir() {
var url=window.frames['iframe_window'].location.href;
redirect(url);
}
</script>
Yes, there are various reasons why!
