Book a Demo

Author Topic: Map/Template  (Read 2975 times)

John Brand

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Map/Template
« on: July 27, 2011, 10:16:03 pm »
Hi,

We have an educational model built on and around our applications in HTML. We would like to automate it from EA as our models are now documented on EA.
The modification of script and cascading style sheets are not a problem but we’re having difficulty finding the AREA section where the MAP is defined. We would like to use pop-up (associated to the “on click” command for the desired object) screens with the notes of the objects selected.

Is this at all possible? If so, how and where?

Thanks for any input, cheerio, John

John Brand

  • EA User
  • **
  • Posts: 57
  • Karma: +0/-0
    • View Profile
Re: Map/Template
« Reply #1 on: August 12, 2011, 10:39:33 pm »
Here's exactly what we're trying to do....

The original map code looks like this:
<MAP NAME="EA2">
<area shape="rect" coords="2592,262,2811,398" href="EA3.htm">
<area shape="rect" coords="2228,533,2458,696" href="EA24.htm">

we would like to modify the area tags to the following:
<MAP NAME="EA2">
<area shape="rect" coords="2592,262,2811,398" href="EA3.htm" onclick="return popitup('EA3.htm')">
<area shape="rect" coords="2228,533,2458,696" href="EA24.htm" onclick="return popitup('EA24.htm')">

Where can we locate the <map> and <area> tags to modify them?
Appreciate a speedy reply even if the answer is its not possible.