Title: RE: Gif on the fly

Hello, Antoine!

> sure Ive already seen this article ! (anyway i am trying to
> configure jrun to use Jimi and it doesnt seem to work ...)
>
> but the question is can I use JSP files and NOT servlet to do this !

<img src="http://SomeGraphicalServletURL?param1=name1¶m2=name2">

or

<%
        String Query = new String("http://SomeGraphicalServletURL?param1=name1¶m2=name2");
%>
<img src="<%Query%>">

Or you may try to incorporate the SomeGraphicalServlet code in your JSP page... :-) But in any case you won't do this without servlet...

Sorry for my Ebglish...

Best regards,

Vasiljev Kirill ([EMAIL PROTECTED])

Reply via email to