xsl-list
[Top] [All Lists]

How do I output script imbedded in my xsl ?? my (>) is not coming thru correctly

2005-05-20 14:42:20
 
<script language="JavaScript" type="text/javascript">          
                                                               
  var mh =                                                     
    document.body.clientHeight -                               
    document.getElementById("vtb1").clientHeight - 100;        
                                                               
  if ( document.getElementById("vtb2").offsetHeight > mh ) {   
    document.getElementById("vtb2").style.height = mh;         
  }                                                            
  document.getElementById("vtb1").style.display="block"        
  document.getElementById("vtb2").style.display="block"        
</script>                                                      

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>