Size of the NetSpell window

  •  12-08-2006, 10:31 AM

    Size of the NetSpell window

    Hi
    I have just been testing the installation of cute editor (which runs great) and net spell in my product, but the net spell window was displaying strangely.  The window was very large, nearly the size of the main browser window, and there was none of the form showing.  This was found to exist beyond the bottom right corner of the net spell window.
     
    I had a look at the code in spellcheck.aspx and found this script:
    var OxOf1ca=["availWidth","availHeight"]; window.focus() ; window.moveTo((screen[OxOf1ca[0x0]]-0x258)/0x2,(screen[OxOf1ca[0x1]]-0x190)/0x2) ;
     
    I guessed it was trying to get the size of the window and set up the starting point of the display,  so remmed it out.
    Net spell  displays fine now, and the window is just the right size.
     
    Was this the correct route  to take or should I have modified some parameter I don't know about??!!
     
    I'll be interested in feedback and will amend if necessary.  I thought I should post this in case anyone else got the error.
    Cheers
    Tyrone Hopes
View Complete Thread