[textview setdelegate:self]; //set self as delegate to receive notifications
webview = wview; //save the webview, in case we need to use it later
return self;
}
-(void) windowscriptobjectavailable:(webscriptobject *)windowscriptobject
{
}
-(void)textdidchange:(nsnotification *)notification
{