8 lines
323 B
HTML
8 lines
323 B
HTML
<html>
|
|
<head>
|
|
<title>Image Map Editor</title>
|
|
<link rel=StyleSheet href="chrome://editor/content/EdImageMap.css" type="text/css">
|
|
</head>
|
|
<body onmousedown="top.downMouse(event)" onmouseup="top.upMouse(event)" onmousemove="top.moveMouse(event)" onclick="top.clickMouse(event)" onkeypress="top.polyFinish()">
|
|
</body>
|
|
</html> |