php, javascript導頁
javascript:
要開在新頁面的話
php:
視情況使用。
- window.location = 'YOUR_URL';
要開在新頁面的話
- window.open('YOUR_URL', '_blank');
php:
- header(“location:YOUR_URL.php");
視情況使用。
留言