Diff for /loncom/interface/lonspeller.pm between versions 1.8 and 1.9

version 1.8, 2004/12/02 16:40:00 version 1.9, 2004/12/02 20:54:26
Line 68  sub textsection { Line 68  sub textsection {
  $output.='<a href="javascript:spellwin=window.open('.   $output.='<a href="javascript:spellwin=window.open('.
     &Apache::lonhtmlcommon::javascript_nothing().      &Apache::lonhtmlcommon::javascript_nothing().
     ',\'spellwin\',\'height=140,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no\');'.      ',\'spellwin\',\'height=140,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no\');'.
                     'spellwin.'.&Apache::lonhtmlcommon::javascript_docopen.';spellwin.document.writeln(\'<html><body><h3>'.$word.                      'spellwin.'.&Apache::lonhtmlcommon::javascript_docopen().';spellwin.document.writeln(\'<html><body><h3>'.$word.
                     '</h3>'.$suggestions.'</body></html>\');spellwin.document.close();spellwin.focus()">';                      '</h3>'.$suggestions.'</body></html>\');spellwin.document.close();spellwin.focus()">';
     }      }
     $output.='<font color="red">'.$word.'</font>';      $output.='<font color="red">'.$word.'</font>';

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>