Create a js Code that copies the link or button of the UBB software information.

Source: Internet
Author: User

<A href = "java script: void (0)" onclick = "copyinfo ()"> click to copy the UBB tag </a>
<Input type = "button" onclick = "copyinfo ()" value = "click to copy the UBB tag"/>
<Script language = "javascript">
Function copyinfo (){
Var obj = document. getElementById ("ubbinfo ");
If (obj! = Null ){
Var txt = document. body. createTextRange ();
Txt. moveToElementText (obj );
Txt.exe cCommand ("Copy ");
Alert ('Software information has been copied. paste it directly. ');
}
Else {
Alert ('Copy error, please contact the administrator! ');
}
}
</Script>

<Div id = "ubbinfo" style = "display: none;">

Modify the information of the software you want to copy: <br>

[Size = 3] [B] {SoftTitle} [/B] [/size] <br/>
Software size: {SoftSize} <br/>
Software language: {SoftLanguage} <br/>

[B]: [/B] <br/>
[Url = {SoftURL}] {SoftURL} [/url] <br/>

Ui preview: <br/>
[Img] {SoftImageURL} [/img] <br/>

Details: <br/>
{SoftIntro Length = "200" ClearHtml = "True "}
</Div>





Copy the above Code to the appropriate location of the Software Information Page Template to get the buttons and links for copying the software information. You can choose either of them. The content contained in the div is not displayed on the page. you can modify the software information. after modifying the template, You need to regenerate the page.

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.