Hi Matt, I know how to do them in html, but how do you do them in Struts? Struts doesn't have an image map tag, as far as I can tell. Also, in html they are links, while what I want in Struts is a submit.
-- Larry Maturo -----Original Message----- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 8:52 AM To: Struts Users Mailing List Subject: Re: How do you do a map with hotspots in Struts This is called an image map in HTML terms. I'd recommend the following: 1. Search google for image map 2. Use Dreamweaver to create one - real easy 3. Sign up for an account at www.experts-exchange.com (it's free) to ask javascript and HTML questions too - free, easy and fast responses to your specific question. HTH, Matt --- "Maturo, Larry" <[EMAIL PROTECTED]> wrote: > How do you have a graphic image with embedded hotspots > in Struts such that once you are in the action class you > can tell which hotspot was clicked on? > > I've searched the archives and checked on JGRU and could > not find anything on this. > > -- Larry Maturo > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

