بالنسبه لكود النسخ من text area على حسب مافهمته من كلامك
كود:
<style>
.highlighttext{
background-color:yellow;
font-weight:bold;
}
</style>
<script language="Javascript">
var copytoclip=1
function HighlightAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
if (document.all&©toclip==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Contents highlighted and copied to clipboard!"
setTimeout("window.status=''",1800)
}
}
//-->
</script>
<form name="test">
<a class="highlighttext" href="javascript:HighlightAll('test.select1')">Select All</a><br>
<textarea name="select1" rows=10 cols=10>
Soft Technology
http://www.st4h.net
HOST & DESIGN WEB SITES
</textarea> بالنسبه للقفز مثلا تريد ان تقفز للعنوان
http://localhost/index.php#38
مثلا بيكون الي انت عايز تقفزله اسمه سوالف سوفت
راح تكتب سوالف سوفت بالشكل التالي
كود:
<a name="#38"> سوالف سوفت </a>
بالنسبه للصفحه اللي اتى منها الزائر تم ذكرها من قبل الاخ عرب هوست

خالص التحيه وخلينا نشوفك ماسنجر