Hi, I'm using an image-map in my
jsp page for the purpose of selecting the column you want in a connect 4 game.
I'm using a GIF file at the moment for the image-map.
The jsp page calls a sevlet to update the board.
What I want to do (not sure if its possible) is (in the jsp) create a
BufferedImage object inside a scriptlet, then construct a GIF from this, and then again, use this GIF in the image-map.
Again, I'm not sure if its this simply, currently I just have 1 GIF in the same directory as the jsp page.
Does anyone know how I can do this?
Thanks very much