foo.html#cheese)?A graphical editor for World Wide Web image maps (clickable imagemaps).
Choose Run this from its location and allow Mapedit to install on your
hard drive.
Until recently, they were. Server-side imagemaps required the author to install them separately on the server. But with Mapedit 2.63 and the latest web browsers, you can use client-side imagemaps, which reside in your HTML page and are very easy to create. Mapedit will also create server-side maps for backwards compatibility with old browsers.
SINGLE LICENSE: $ 25.00/copy
A single copy license entitles you to one copy of Mapedit. A
separate copy must be purchased for each separate computer using Mapedit.
SITE LICENSE: $ 250.00
An Site license entitles you to utilize as many copies of Mapedit, on any
number of machines, in one physical location. This includes campus settings.
GLOBAL LICENSE: $ 1000.00
To utilize multiple copies of Mapedit in more than one physical location (building,
city, country), you would need to use a global license.
Get the Unix installation instructions here
Get the Macintosh installation instructions here
Not with Mapedit 2.63.
With Mapedit 2.63, you can use client side imagemaps, which work without
any special configuration in the latest web browsers. Of course you can also
make old-style server-side imagemaps in order to support older browsers.
To use Mapedit:
Use the Open HTML Document option on the file menu to open
the HTML document.
If the Rectangle tool is not already checked in the Tools menu, then
select Rectangle from the Tools menu. Next, click
the left mouse button in one corner of a rectangular region of interest in
the image. Now move the mouse pointer to
the opposite corner, tracing out a rectangle. (You do not need to hold
down the mouse button.) To complete the
rectangle, click the mouse button again. You will then be prompted for a
URL. (follow the same process for circles and poly's in general)
When you complete a hotspot, the URL window will pop up, prompting you for
the URL that this hotspot should link to.
The URL you enter should be a legal URL.
For example:
http://www.boutell.com/mapedit/
Relative URLs such as filename.html are even better because they still
work if you move your documents to
another site. Do not enter HTML tags in the URL field. Only the URL is
needed.
Mapedit doesn't play very well with some out of date graphics card drivers.
For some reason, one or two legitimate things that Mapedit does are often
accidentally left out or improperly supported in graphics card drivers.
Get the latest driver for your graphics card from your site of your
card's manufacturer and install it. This clears up the problem for
all of the users who have encountered it and followed this procedure.
Email Boutell and use view source to see the mailto syntax
or
Mapedit Home Full URL
or
Mapedit Home Relative URL
Remember don't write "http://www.mysite.com/somewhere/foo.html"
when you really mean just "foo.html", a file in the same
directory, or "bar/foo.html", a file in a subdirectory called
"bar" of the current directory.
YES, if you use client side imagemaps in Mapedit 2.63. Netscape 2.0 or later and all versions of Internet Explorer support client side imagemaps. Today, almost all users have browsers with support for client side imagemaps.
Add a border=0 attribute to the image tag.
foo.html#cheese)?Yes. However, (1) make sure you have Mapedit 2.63, and (2) if you are using server-side imagemaps, be sure to specify a complete URL beginning with http://hostname, as many imagemap programs do not handle this case properly otherwise. (Mapedit version 2.0 had a bug in this area, which is corrected in later versions.)
With Mapedit 2.63, yes, you can. A separate field is
provided to enter the Netscape Frames TARGET attribute
for each hotspot. This is only possible with client-side
imagemaps, but the browsers that support frames
also support client-side imagemaps!
Yes. Mapedit will display the first frame of the GIF while you are working with Mapedit, but it will animate normally on your web page. Please note that web browsers are not very consistent about what imagemaps do on animated GIFs (some don't let you click until the animation is over, some let you click right away).
The problem is that these pages are full of Microsoft VML, which is
not HTML at all, but rather a vector graphics format invented by
Microsoft.
Since Netscape doesn't understand VML, it uses the fallback HTML
provided by Word, and that works because that's where Mapedit puts
the imagemap.
But Mapedit doesn't speak VML, only HTML, so it can't make
sense of the VML tags that Word is putting into your page; it just edits
the HTML tags, which Netscape is using. Internet Explorer completely
ignores the HTML for your images and uses the VML stuff instead.
Fortunately there is a solution. Use Microsoft's Office HTML Filter
to remove office-specific markup.
You can get the filter and more information about it here:
http://officeupdate.microsoft.com/2000/articles/oRemoveMarkup.htm
After you run your page through the filter, your imagemaps should
work with Internet Explorer and Netscape.
Microsoft moves their pages around a lot. If this link breaks,
let us know.
Unfortunately, you cannot imagemap a background image.
Even if Mapedit let you add the hotspots, no web browser
would understand them.
Try to imagemap a regular inline image in the page instead,
or look into the layer tag, which can be used to
put layers of HTML (including images) behind each other.
In Mapedit 2.63, the answer is yes! Versions before 2.0 supported only GIF.
.BMP images do not work in web pages. If you put a .BMP image into an HTML page, without converting it to GIF or JPEG format, your readers will not be able to see it properly depending on what browser software they use. Also, .BMP images are very large, uncompressed files that will cause your ISP to complain about the amount of bandwidth you are using. Since .BMP images do not work in web pages, we saw no reason to include support for them in Mapedit, which would only lead to the false assumption that they can be used in web pages.
There is a maximum of 256 characters imposed. If you have a long URL you might consider using an additional cgi script to accept simple keywords and issue redirects to more complex URLs.
Copy the image, cut and pasted the image tags.
Copy and paste the 'MAP' tag, all of the 'AREA' tags, and the
closing 'MAP' tag. Also add the same USEMAP attribute that you
see in the first page's 'IMG' tag to all of the relevant
'IMG' tags on the other pages.
This usually happens because there are improperly closed HTML comments in your page. To see what a comment should look like view the source code of this page.
Yes! Version 2.3 added this capability. We do not provide Javascript technical support. These fields are provided for users who understand Javascript. You can learn more about Javascript on Netscape's developer information site. Please read the next faq as well.
The map, except for the missing opening tags here, would look something like:
img src="Singers2/u200.gif" alt="Singers 2 - U2 in Israel" border="0" usemap="#u200">
map name="u200"
area shape="poly" alt="u201" coords="27,15,27,157,138,158,138,5" onFocus=blur(); href="ABC.htm" title="u201">
area shape="poly" alt="u202" coords="26,160,26,306,31,295,138,160" onFocus=blur(); href="def.htm" title="u202">
area shape="poly" alt="u203" coords="30,337,51,393,92,430,150,280, 317,144,335" onFocus=blur(); href="hij.htm" title="u203">
area shape="rect" alt="u204" coords="187,146,294,277" onFocus=blur(); href="klm.htm" title="u204">
area shape="poly" alt="u205" coords="187,16,188,142,293,143,293,5" onFocus=blur(); href=nop.htm" title="u205">
area shape="poly" alt="u206" coords="338,163,352,220,452,184,436,163" onFocus=blur(); href="qrs.htm" title="u206">
area shape="poly" alt="u207" coords="338,159,345,98,368,50,398,155" onFocus=blur(); href="tuv.htm" title="u207">
area shape="poly" alt="u208" coords="492,159,486,180,421,586,185,587,159" onFocus=blur(); href="wx.htm" title="u208">
area shape="poly" alt="u209" coords="417,303,345,436,518,314,525,303" onFocus=blur(); href="yz.htm" title="u209">
area shape="default" nohref>
/map
OR
img src="images/catboat1.jpg" width="351" usemap="#catboat1" border="0">
map name="catboat1">
area shape="circle" coords="126,150,34" href="tboxweek2.html" TARGET="_blank" alt="Week 2" title="Week 2" onFocus="if(this.blur)this.blur()">
area shape="circle" coords="56,180,31" href="tboxcover.html" TARGET="_blank" alt="Week 1" title="Week 1" onFocus="if(this.blur)this.blur()">
area shape="circle" coords="201,134,26" href="tboxweek3.html" TARGET="_blank" alt="Week 3" title="Week 3" onFocus="if(this.blur)this.blur()">
area shape="circle" coords="132,211,21" href="tboxweek4.html" TARGET="_blank" alt="Week 4" title="Week 4" onFocus="if(this.blur)this.blur()">
area shape="circle" coords="187,221,26" href="tboxweek5.html" TARGET="_blank" alt="Week 5" title="Week 5" onFocus="if(this.blur)this.blur()">
area shape="circle" coords="276,172,33" href="tboxweek6.html" TARGET="_blank" alt="Week 6" title="Week 6" onFocus="if(this.blur)this.blur()">
area shape="circle" coords="287,89,30" href="tboxextras.html" TARGET="_blank" alt="Extra Goodies" title="Extra Goodies" onFocus="if(this.blur)this.blur()">
area shape="circle" coords="292,307,27" href="mailto:thecats@cat-ti-tude.com" alt="Send Email" title="Send Email" onFocus="if(this.blur)this.blur()">
area shape="default" nohref>
/map>
Yes. Greg
Seidman has written a web page on the subject.
We have heard these two can work together. You can insert an image (gif) into a HTML document using the MS Word web authoring tool, save the document, open up Mapedit and put in the links and javascripts for onmouseover etc. Then copy the document into ColdFusion 4.5 studio and convert it into a coldfusion template to be used on your company's website.
Install the MRJ.
This was a bug in version 1.2. Get version 2.63 (the latest version).
Get version 2.63. A great deal of debugging
has taken place. If you find a bug in 2.63,
please write
to us! Include as much information as possible
about when the program crashed, what other programs
were running at the time, and how to repeat the crash.
You have made a server-side imagemap. Now, you need to
install it according to the particular instructions for your
specific web server. Read your server documentation and/or consult
your web server administrator. Alternatively, upgrade
to Mapedit 2.63 (see above) and convert your imagemaps
to client-side for use with the latest browsers. Client-side
imagemaps require no special installation!