User Tools

Site Tools


test

This is an old revision of the document!


<html>

<script> function writeText(txt) {

  document.getElementById("divText").innerHTML = txt;

} </script>

<img src=“https://lordsofhack.com/fivedeep/lib/exe/fetch.php?media=wormsferry1.png” usemap=“#image-map”>

<map name=“image-map”>

  <area target="" alt="Angus Manor" title="Angus Manor" onmouseover="writeText('Angus Manor')" onmouseout="writeText('')" coords="511,268,464,239" shape="rect">
  <area target="" alt="Worm's Ferry" title="Worm's Ferry" onmouseover="writeText('Worm\'s Ferry')" onmouseout="writeText('')"coords="552,294,577,310" shape="rect">

</map>

<div id=“divText”></div>

</html>

test.1611077723.txt.gz · Last modified: 2021/01/19 17:35 by andrew