try {
checkCompatibleScriptURL(lang, docPURL);
interpreter.bindObject(EVENT_NAME, evt);
interpreter.bindObject(ALTERNATE_EVENT_NAME, evt);
interpreter.evaluate(new StringReader(script), desc);
} catch (IOException ioe) {
// Do nothing, can't really happen with StringReader
} catch (InterpreterException ie) {
handleInterpreterException(ie);