Hi:

May be you can try javascript:

function  goto($where,$string)
   {
    ?>
     <script>
     
        alert(\"<?=$string;?>\");
        location.href=\"<?=$where?>\";
     
      </script>
    <? exit;
   }

if(true)
   {

    goto(\"http://www.yam.com\",\"thank you!\");
    }






-----------------------------------
Fongming from Taiwan.


------------------------------------------
◆From: 此信是由桃小電子郵件1.5版所發出...
http://fonn.fongming.idv.tw
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to