View Single Post
  #2  
Old 07-12-2003, 02:29 PM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

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

Quote:
Originally Posted by parmar
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>

I was wondering the exact same thing, it looks like redundant code left in there. I deleted it, it does nothing other than get in the way of your layout.
Reply With Quote