To put string into the pasteboard, use
[UIPasteboard generalPasteboard].string = @"some text";
To get selected text from the WebView, use -stringByEvaluatingJavaScriptFromString:
with appropriate Javascript.
KennyTM
2010-02-21 10:53:08