Content deleted Content added
MfortyoneA (talk | contribs) |
MfortyoneA (talk | contribs) →Server-side: click |
||
Line 4:
==Server-side==
'''Server-side image maps''' were first supported in [[Mosaic (web browser)]] version 1.1.<ref>{{cite web|url=http://1997.webhistory.org/www.lists/www-talk.1993q2/0343.html|title=IMG extension for Mosaic 1.1}}</ref> '''Server-side image maps''' enable the [[web browser]] to send positional information to the server about where the user [[Point and click|clicks]] within an image. This allows the server to make [[pixel]]-by-pixel decisions about what content to return in response (possible methods are to use image mask layers, database queries, or configuration files on the server).
The [[HTML]] code for this type of '''server-side image map''' requires the <code><img></code> tag to be inside an anchor tag <code><a>...</a></code> and the <code><img></code> must include the <code>ismap</code> attribute.
|