Jump to content


link us


  • You cannot reply to this topic
No replies to this topic

#1 il saggio

    Advanced Member

  • Members
  • PipPipPip
  • 39 posts

Posted 04 August 2008 - 06:32 AM

<script language="Javascript">
<!--

/*
Select and Copy form element script- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/

//specify whether contents should be auto copied to clipboard (memory)
//Applies only to IE 4+
//0=no, 1=yes
var copytoclip=1

function HighlightAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
if (document.all&&copytoclip==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Tutto il testo evidenziato è stato copiato nella clipboard!"
setTimeout("window.status=''",1800)
}
}
//-->
</script>

<div align="center"><a href="http://www.consoleclan.org"><img src="http://www.consoleclan.org/forum/html/banner/introps2clan80px50.gif" alt="Console Clan" border="0" /></a><br />
  <br />
<form name="test">
<a class="highlighttext" href="java script:HighlightAll('test.select1')">Clicca qui per copiare il codice HTML</a><br>
<textarea name="select1" rows=5 cols=35 > <a href="http://www.consoleclan.org"><img src="http://www.consoleclan.org/forum/html/banner/introps2clan80px50.gif" alt="Console Clan" border="0" /></a></textarea>
</form>
</div>



:)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users