passing parameters through image tag.
843840Oct 14 2008 — edited Oct 15 2008hello experts,
I am using a image tag(<img) for dynamically generating the image with random text.
<img src="Cap_Img.jsp" >
i want to pass some values to this jsp like i want to pass the random number to be drawn.
I which way i can pass this value??
please help me in this regard....because i am using this tag in a jsp which is in portal everonment, i cant use the httpsession to store the values.
Thanks in advance,
Pradeep.