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

[475 byte] By [vishala] at [2007-10-2 12:28:46]
# 1
use the onload with the window.open function of the html tag body
jgalacambraa at 2007-7-13 9:24:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...