View Single Post
ישן 17-05-06, 07:06   # 6
BlueNosE
אין כמו ב127.0.0.1
 
BlueNosE's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: כפ"ס
גיל: 32
הודעות: 4,086

BlueNosE לא מחובר  

HTML קוד:
<script>
function BlueNosERulZ()
{
var rep = document.reply.value;
var text = prompt("Enter Text");
rep = rep+("[b]" + text + "[/b]");
}
</script>
<input type="button" onclick="BlueNosERulZ();" />
<textarea name="reply"></textarea>
__________________
עומר,
admin [@] rely.co.il

בניית אתרים Rely

סלנג מילון סלנג utter
  Reply With Quote