View Single Post
  #1  
Old 07-12-2003, 07:49 AM
 
parmar parmar is offline
 

eXpert
  
Join Date: Apr 2003
Location: London, UK
Posts: 286
 

Default What is the point of.......?

What is the point of script below within the /rectangle_bottom.tpl

Code:
<SCRIPT> if (navigator.appName.indexOf('Microsoft')>=0) document.write("<TR><TD height='100%'><img src={$ImagesDir}/spacer.gif width=1 height=1></TD></TR>" ); else document.write("<TR><TD><img src={$ImagesDir}/spacer.gif width=1 height=1></TD></TR>" ); </SCRIPT>
Reply With Quote