mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
29c34df62e
Change test/imgmap2.html so it can be used for testing this too. Debian Iceweasel 3.0.4 does not appear to support such external client-side image maps. Well, that's one place where ELinks is superior, I guess. There might be a security problem though if ELinks were to let scripts of the referring page examine the links in the image map.
7 lines
376 B
HTML
7 lines
376 B
HTML
<TITLE>Crashes in client-side image maps</TITLE>
|
|
<P><IMG src="image.png" usemap="imgmap.html#map" alt="ImageMap"> in another file</P>
|
|
<P><IMG src="image.png" usemap="#at_eof" alt="ImageMap"> at the very end of this file</P>
|
|
<MAP name="at_eof">
|
|
<AREA shape="rect" coords="12,1, 30,18" href="http://elinks.cz/" alt="see this?">
|
|
<!-- no newline at the end of this line --></MAP>
|