JS: a method for adding hot word links to article information

Source: Internet
Author: User
& Lt ;! DOCTYPEhtmlPUBLIC & quot;-// W3C // DTDXHTML1.0Transitional // EN & quot; http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns"h 
 
 
Add hyperlink 
 
 

 
1. Men are philosophy and women are poetry. Philosophy without poetry is boring, and poetry without philosophy is superficial. Philosophy is rational and poetry is emotional. to read poetry, men must first understand their own philosophy. To understand philosophy, women must first understand their own poems, deep philosophy can only resonate with poems with appropriate charm, so the best is not necessarily suitable for you, and the best is the best for you.

 


 

 
2. feixue shot the White Deer in the sky, and the smiling God is leaning against biyun!

 

 
Script
Function test (e) {// other browsers
If (e.tar get ){
Var a = window. getSelection (). getRangeAt (0 );
Var B = a. toString ();
Var z = document. createElement ("span ");
Bb = B. link ("http://www.cecb2b.com/nic/" + a + ". html ");
Z. innerHTML = B;
A. deleteContents ();
A. insertNode (z );
}
Else {// IE browser
Var text = document. getElementById ("divContent"). innerHTML;
Var t = document. selection. createRange ();
T. pasteHTML ("html"> "+ t. text + "");
}
}
Script
 
 

From Lee.'s column
Related Article

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.