================================================================= http://www.phpbuilder.com/mail/php-windows/2000071/0269.php ================================================================= "[PHP-WIN] @ all Homesite users" From: waldschrott Date: 07/12/00 For all Homesite users who did not know, there´s a Javascript/VBScript Explorer which works with PHP too. You even can extend it to recognize classes (which are displayed differently (script explorer thinks to recognize as VB script)). Download at: http://www.wilk4.com/asp4hs/list5.htm#scriptexplorer Modification to get classes working: change line 211 dlg_jsfnbrowser.htm FROM: if ( bScanVB && ((arWords[0].toLowerCase() == 'sub') || (arWords[0].toLowerCase() == 'function') ) ) { TO: if ( bScanVB && ((arWords[0].toLowerCase() == 'sub') || (arWords[0].toLowerCase() == 'function') || (arWords[0].toLowerCase() == 'class')) ) { regards André Langhorst