This behavior only happens when I give a blank src attribute  <img
name="largeImage" src="">
if I fill it in with garbage or delete it altogether, it works as
expected.


I've attached relevant portion of console.log

the FTL file is pared down to a testing.ftl:

<TABLE border=0 width='100%' cellspacing='0' cellpadding='0'
class='boxoutside'>
  <TR>
    <TD width='100%'>
      <table width='100%' border='0' cellspacing='0' cellpadding='0'
class='boxtop'>
        <tr>
          <td width="100%"><div class="boxhead">TESTTESTTESTTESTTEST
</div></td>
          
        </tr>
      </table>
      <table width='100%' border='0' cellspacing='0' cellpadding='2'
class='boxbottom'>
            <tr>
              <td width="100%" align=center><div
class="tabletext">TESTTESTTEST</div></td>
            </tr>  

     </table>
</table>

<div id="enlargedImage" style="display:none">
                <!--table width="55%" border=0 cellpadding=0
cellspacing=0 class="boxbottom" -->
                <table width="50%" border=0 cellpadding=0 cellspacing=0
class="boxbottom">
                        <tr>
                         <td> <IMG name="largeImage" SRC="" ></td>
                          <!-- <td ><IMG height="1754" width="1278"
name="largeImage" src=""></td> -->
                        </tr>
                        <tr><td>&nbsp</td></tr>
                        <tr>
                          <td> <input type="file" name="fileName"
class="insideHeaderLink" alt="Import a file"> Add a file to this
collection</td>
                        </tr>
                        <tr><td>&nbsp</td></tr>
                        <tr>
                        <td><!-- <input type="submit"
value="Upload/Finish"  alt="Save the new document information"> --></td>
                  </tr>
                </table>
                        
</div>

Reply via email to