Click to See Complete Forum and Search --> : response.sendRedirect


Jaco
03-20-2003, 03:47 AM
How do you redirect a page with reponse.SendRedirect ("targetpage.jsp?id=hsucbvhbsd") and specify a target frame within as an argument

Thanx

pyro
03-20-2003, 07:33 AM
Couldn't you have a script on your targetpage.jsp to strip the id (I'm assuming that is the framename) and specify that as your target? If I'm understanding what you are asking, I know it can be done in PHP, so I'd assume it would work in JSP...