From what I'm understanding of this, it would be easiest to just redirect them.
Before you start worrying, it's not as difficult as you may think
All I would suggest is to add the following code into the <head> element of your site.
Code: Select all
<SCRIPT LANGUAGE="JavaScript">
<!-- begin hiding JavaScript from old browsers
// define redirect function
// to use this script, change redirect2.htm to required destination
function redirect(){
parent.location.href="http://www.domain.com"
}
// End hiding JavaScript -->
</SCRIPT>
After you do that, all you have to do is make that page say "We are directing you to the correct page, if you are not directed to the correct page within 15 seconds, please click (here)" to let them know what's going on...