|
Rank: Advanced Member Groups: Member
Joined: 12/30/2013 Posts: 68
|
In my IE website that is being rewritten using the eo.webbrowser control, I had a copy /paste process. In doing research, I found that tis function is an IE only function (not supported in chrome). Is there any way, inside the webbrowser control, that I can resurrect this function (it I very popular among my users).
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Unfortunately no. There is no way to do that. If Chrome browser doesn't have it, then EO.WebBrowser won't have it since EO.WebBrowser is built with Chrome's source code.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/30/2013 Posts: 68
|
Thanks for the reply. I am now looking for a work around. Is it possible that JSExtInvoke can be used as a work around to get the data from the webpage, put in the clipboard from the c# side? Do you have any docs or examples of how to use JSExtInvoke, I looked but did not see anything.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, It is possible for you to do so. You can look into how to use JavaScript extension here: http://www.essentialobjects.com/doc/6/advanced/jsext.aspxThe supplied TabbedBrowser sample also demonstrated this feature. So you can take a look of the source code and see how it works. Thanks!
|
|