Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Browser Redirect in JSP Pages
How do I perform browser redirection from a JSP page?
✍: FYICENTER.com
You can use the response implicit object to redirect the browser to a different resource, as: response.sendRedirect("http://interview.fyicenter.com/");
2007-04-03, 4770👍, 0💬
Popular Posts:
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
Does it matter in what order catch statements for FileNotFoundException and IOExceptipon are written...
Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &a...
If we inherit a class do the private variables also get inherited ? Yes, the variables are inherited...
How To Apply Filtering Criteria at Group Level? - MySQL FAQs - SQL SELECT Query Statements with GROU...