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

BlueNosE לא מחובר  

HTML קוד:
<html>
<head>
<script>
function abc() {
  var aaa = document.getElementById('abc').innerText;
  aaa = aaa.replace('/^:\/\/([0-9,a-z,A-Z,\-]+\.)+[a-z,A-Z]{2,6}(\:[0-9]+)?(\/\S*)?$^/gi','LINK IS HERE!!');
}
</script>
</head>
<body>
<div contenteditable="true" onkeypress="abc()"></div>
</body>
</html>
__________________
עומר,
admin [@] rely.co.il

בניית אתרים Rely

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