*/
public void showStatus(final String status) {
// perhaps should we move status handling to WebWindow
// on the other side this allows "orphaned" pages to be usable
final Window window = ((SimpleScriptable) htmlPage_.getScriptObject()).getWindow();
window.jsxSet_status(status);
}
}