The result is that the object is available on the scripting side,
but no method works.
Even the WebScripting informal protocol methods are not called.
Tried it with NSLog( @"test" ); inside the methods.
Does anyone know what i'm doing wrong ????
The most common problem is forgetting to implement
isSelectorExcludedFromWebScript: -- for security reasons all methods
are excluded by default.
-- Darin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/email@hidden