I am deweloping page for IE with Google Chrome Frame. The are any way to copy text to clipboard(without Flash or SL) using this javascript engine or force IE to use orginal engine for some code block?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nope, you can’t “partially revert” to IE for this (unless you render the whole page with IE, e.g. removing the
<meta>tag)…and there’s no cross-browser non-Flash/SL way to go about it.If you still need to do this, I’d personally say Flash is your best option, and go with the well proven zeroclipboard: http://code.google.com/p/zeroclipboard/