[Thread Prev][Thread Next][Index]

ALT Tag on World Map



Hello All,

I am trying to put an html alt="World Map" tag on the LAS main world map. I've 
tried add a tag to the upper.html files and the ui.xml files but with no luck.

I don't know java but have looked up that 'alt' should work as in .html. Do you 
have any suggestions. Below are the things I have tried already.

Thank you,

Robin Kovach
kovach@mohawk.gsfc.nasa.gov

ui.xml
    <images>
        <image name="Image_StdWorld" url="gifs/java_0_world.gif"
               alt="World Map" bounds="-180,180,-90,90"/>
    </images>

upper.html, upper_compare.html, upper_nocompare.html, upper_std.html
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
  <TR>
    <TD colspan="2" ALIGN="left" VALIGN="top" BGCOLOR="white">
      <APPLET CODEBASE="LiveMap/classes/"
        ARCHIVE="LiveMap_30.jar"
        CODE="LiveMap_30.class"
        NAME="map" MAYSCRIPT WIDTH=525 HEIGHT=160 ALT="World Map">
         <PARAM NAME=base_image VALUE="gifs/java_0_world_20k.jpg">
         <PARAM NAME=toolType VALUE="XY">
         <PARAM NAME=img_x_domain VALUE="-180 180">
         <PARAM NAME=img_y_domain VALUE="-90 90">
         <PARAM NAME=tool_x_range VALUE="-180 180">
         <PARAM NAME=tool_y_range VALUE="-90 90">
         <PARAM NAME=debug VALUE="true">
         <PARAM NAME=alt VALUE="World Map">
      </APPLET>
    </TD>
  </TR>
</TABLE>
	


[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement