Re: custom (fixed) width

  •  04-28-2005, 12:21 PM

    Re: custom (fixed) width

    Hello:
     
    There is a small script in the end of the CH_MainForm.aspx
     
    it would look like :
     
     <script>
      
     var OxO1565=["all","clientWidth","body","width","style","px","clientHeight","height","innerWidth","innerHeight","className","buttonover","button"]; AdjustLayout() ; setInterval(AdjustLayout,0x64) ; function AdjustLayout(){if(document[OxO1565[0x0]]){ chat_layout[OxO1565[0x4]][OxO1565[0x3]]=document[OxO1565[0x2]][OxO1565[0x1]]-0x6+OxO1565[0x5] ; chat_layout[OxO1565[0x4]][OxO1565[0x7]]=document[OxO1565[0x2]][OxO1565[0x6]]-0x6+OxO1565[0x5] ;} else { chat_layout[OxO1565[0x4]][OxO1565[0x3]]=window[OxO1565[0x8]]-0x6+OxO1565[0x5] ; chat_layout[OxO1565[0x4]][OxO1565[0x7]]=window[OxO1565[0x9]]-0x6+OxO1565[0x5] ;} ;}  ; function m_over(element){ element[OxO1565[0xa]]=OxO1565[0xb] ;}  ; function m_out(element){ element[OxO1565[0xa]]=OxO1565[0xc] ;}  ;
     </script>
     
    You need to remove it .
     
    Regards , Terry .
View Complete Thread