File: imgmap2.html

package info (click to toggle)
elinks 0.12~pre6-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,808 kB
  • ctags: 11,372
  • sloc: ansic: 96,761; sh: 5,272; python: 3,878; perl: 2,175; makefile: 1,059; pascal: 924; yacc: 295; lisp: 125; ruby: 70; awk: 65
file content (6 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
<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>