File: links_length.htm

package info (click to toggle)
selfhtml 8.1.1-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k, lenny
  • size: 27,660 kB
  • ctags: 4,145
  • sloc: xml: 614; java: 375; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 750 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Test</title>
</head><body>
<a href="http://de.yahoo.com/">Yahoo</a><br>
<a href="http://www.lycos.de/">Lycos</a><br>
<map name="Testbild">
<area alt="" shape="rect" coords="1,1,249,49" href="http://selfhtml.org/">
<area alt="" shape="rect" coords="1,51,149,299" href="http://aktuell.de.selfhtml.org/">
</map>
<img alt="" src="hypgraf.gif" width="400" height="400" usemap="#Testbild">
<script type="text/javascript">
document.write("<p>Die Datei hat " + document.links.length + " Verweise<\/p>");
</script>

<p><a href="../links.htm#length">zur&uuml;ck</a></p>
</body>
</html>