Dear All,
I have an image map that works perfectly in firefox, but not IE can anyone
help?
The code I use is below.
Thanks for any help
Colin
<snip>
<SCRIPT LANGUAGE="JavaS cript">
function species(xpath) {
document.form1. xpath.value = xpath;
document.form1. action="/demo/editor/modSpecie.spy";
document.form1. submit();
}
</SCRIPT>
<form name="form1" method="post" action='#'>
<IMG SRC="/demo/graphs/09794069.gif" USEMAP=#mainmap >
<MAP NAME="mainmap">
<area shape="rect" href="Javascrip t:species(&apos ;//sbml:species[1]')"
title="Y1" alt="Y1" coords="244,53, 316,101">
</map>
</form>
</snip>
I have an image map that works perfectly in firefox, but not IE can anyone
help?
The code I use is below.
Thanks for any help
Colin
<snip>
<SCRIPT LANGUAGE="JavaS cript">
function species(xpath) {
document.form1. xpath.value = xpath;
document.form1. action="/demo/editor/modSpecie.spy";
document.form1. submit();
}
</SCRIPT>
<form name="form1" method="post" action='#'>
<IMG SRC="/demo/graphs/09794069.gif" USEMAP=#mainmap >
<MAP NAME="mainmap">
<area shape="rect" href="Javascrip t:species(&apos ;//sbml:species[1]')"
title="Y1" alt="Y1" coords="244,53, 316,101">
</map>
</form>
</snip>
Comment