»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 10-23-2003, 09:05 PM   #1 (permalink)
Registered User
 
Join Date: Oct 2003
Posts: 1
RageDNA is on a distinguished road
At Home Can some please help with Javascript?

Hello, I'm new here...

I would like to ask for some help on duplicating this script so that I can have up to 10 or more copy boxes on one webpage.

The script is a simple copy script but I'm not sure of to get it to copy from each different box on the same page. I put three boxes in the script below. Now I just need to get the scrip to copy the information from each box separately.

Please help.

Here is the script.


<SCRIPT LANGUAGE="JavaScript">
<!--

var sp = window.location.hostname;

function highlighttext() {
document.cctext.text2copy.select(); document.cctext.text2copy.focus();
}

function copytext() {
highlighttext();
textRange = document.cctext.text2copy.createTextRange();
textRange.execCommand("RemoveFormat");
textRange.execCommand("Copy");
}

//-->
</SCRIPT>


<form name=cctext>

<tr><td><p> </td></tr>

<tr><td><table cellpadding=8 cellspacing=0 border=0 width=650 bgcolor=#DCDCDC><tr><td class=body><b>Conversion Counter</b></td></tr>
<tr><td class=body>To get started, please add the following HTML code to the
appropriate page on your Web site.<br><img src=/images/signup/clear.gif height=4 width=1 alt=""><br><table cellpadding=3 cellspacing=0 border=0>
<tr><td colspan=2><textarea name=text2copy cols=50 rows=10 wrap=virtual readonly>Just Testing the copy box</textarea></td></tr>
<tr valign=top><td class=small> </td><td align=right>
<input type="button" value="Copy" onClick="copytext();"></td></tr>
</table></td></tr>
</table></td></tr></form>

<form name=cctext>

<tr><td><p> </td></tr>

<tr><td><table cellpadding=8 cellspacing=0 border=0 width=650 bgcolor=#DCDCDC><tr><td class=body><b>Conversion Counter</b></td></tr>
<tr><td class=body>To get started, please add the following HTML code to the
appropriate page on your Web site.<br><img src=/images/signup/clear.gif height=4 width=1 alt=""><br><table cellpadding=3 cellspacing=0 border=0>
<tr><td colspan=2><textarea name=text2copy cols=50 rows=10 wrap=virtual readonly>Just Testing the copy box</textarea></td></tr>
<tr valign=top><td class=small> </td><td align=right>
<input type="button" value="Copy" onClick="copytext();"></td></tr>
</table></td></tr>
</table></td></tr></form>

<form name=cctext>

<tr><td><p> </td></tr>

<tr><td><table cellpadding=8 cellspacing=0 border=0 width=650 bgcolor=#DCDCDC><tr><td class=body><b>Conversion Counter</b></td></tr>
<tr><td class=body>To get started, please add the following HTML code to the
appropriate page on your Web site.<br><img src=/images/signup/clear.gif height=4 width=1 alt=""><br><table cellpadding=3 cellspacing=0 border=0>
<tr><td colspan=2><textarea name=text2copy cols=50 rows=10 wrap=virtual readonly>Just Testing the copy box</textarea></td></tr>
<tr valign=top><td class=small> </td><td align=right>
<input type="button" value="Copy" onClick="copytext();"></td></tr>
</table></td></tr>
</table></td></tr></form>

RageDNA is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 06:41 AM.