Forum'da ara:
Ara


Yazar Mesaj
Mesaj14.04.2009, 11:30 (UTC)    
Mesaj konusu: copy

Kod:
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  Raul Macias (raulhmacias( at )cox.net ) -->
<!-- Web Site:  http://members.cox.net/raulhmacias/ -->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function copyit(theField) {
   var selectedText = document.selection;
   if (selectedText.type == 'Text') {
      var newRange = selectedText.createRange();
      theField.focus();
      theField.value = newRange.text;
   } else {
      alert('sonra bu butona basın sayfa ve bir metin seçin www.ciftlikkoyudernegi.tr.gg');
   }
}
//  End -->
</script><form name="it">

<p></p>
<div align="center">
<input onclick="copyit(this.form.select1)" type="button" value="metin kopyalama" name="btnCopy">
<p>
<textarea name="select1" rows="4" cols="45"></textarea>
</div>
</form>

______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu