Kod Kutusu Ekle
Kod Kutusu Kodu
<script type="text/javascript"> function select_all() { var text = document.code.code; text.focus(); text.select(); }</script> <form name="code"> <textarea readonly="readonly" name="code" rows="8" style="width: 101%;" onclick="select_all();"> Kodlar buraya</textarea> </form> |