Simple Question?
Hi,
I have a jsp ( say xyz.jsp) redirecting to other jsp (say abc.jsp) with appropriate parameters.Its working fine, but i want that when i redirect to abc.jsp an image should popup
I have written:-response.sendRedirect("abc.jsp?personId="+personId+"&tourNumber="+tourNumber);
The image is:-<IMG CLASS="time" DUR="3" SRC="../../img/success.gif" ALT="Success">
How to do this?
Plz help,Its very urgent
Regards,
Vishal

