php, javascript導頁

javascript:
  1. window.location = 'YOUR_URL';  

要開在新頁面的話
  1. window.open('YOUR_URL''_blank');  

php:
  1. header(“location:YOUR_URL.php");  

視情況使用。

留言