response.sendRedirect("view.jsp"); หรือ response.sendRedirect("https://www.thaicreate.com");
<html> <head> <title>ThaiCreate.Com JSP Tutorial</title> </head> <body> <% response.sendRedirect("https://www.thaicreate.com"); %> </body> </html>
<html> <head> <title>ThaiCreate.Com JSP Tutorial</title> </head> <body> <% String site = new String("https://www.thaicreate.com"); response.setStatus(response.SC_MOVED_TEMPORARILY); response.setHeader("Location", site); %> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท