A useful tips

Source: Internet
Author: User
Recently, I have been reading Article You can often see the link "Click here to copy the article to the Clipboard" and "Click here to copy the link to the Clipboard". After reading it, it is very interesting. View Source has studied it, the discovery is a small JS Code But it is really useful.

If (OBJ! = NULL)
{
VaR RNG = Document. Body. createTextRange ();
RNG. movetoelementtext (OBJ );
RNG. scrollintoview ();
RNG. Select ();
Rng.exe ccommand ("copy ");
RNG. Collapse (false );
} 'Pop = ">-click here to copy to the clipboard-<" style = "cursor: hand; color: Blue; text-align: Left; text-Decoration: underline "> [copy to clipboard]

<Div Title = ">-click here to copy to the clipboard-<" onclick = "Var OBJ = Document. getelementbyid (" kanshangren "); <br/> If (OBJ! = NULL) <br/>{< br/> var RNG = document. body. createTextRange (); <br/> RNG. movetoelementtext (OBJ); <br/> RNG. scrollintoview (); <br/> RNG. select (); <br/> rng.exe ccommand ("copy"); <br/> RNG. collapse (false); <br/>} "style =" cursor: hand; color: Blue; text-align: Left; text-Decoration: underline "> [copy to clipboard] </div>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.