 | | 61759 Posts in
2249 Topics by 1599
Members
- Latest Member: philippochrome
| September 07, 2008, 06:39:36 AM |
|  |
 | |  | |
Topic you have posted in
Normal Topic
Hot Topic (More than 15 replies)
Very Hot Topic (More than 25 replies)
|
Locked Topic
Sticky Topic
Poll
|
|
| |  | |  |
|
';
prelen = pretxt.length;
xval = document.sbox.sboxText.value;
if (xval.toLowerCase() == pretxt.toLowerCase()) return false;
ctr = 0;
while (xval.toLowerCase().indexOf(pretxt.toLowerCase()) >= 0 && ctr < 8) {
xpos = xval.toLowerCase().indexOf(pretxt.toLowerCase());
xval = xval.substring(0, xpos) + xval.substring(xpos+prelen, xval.length);
ctr++;
}
document.sbox.sboxText.value = xval;
setTimeout('clearSbox()', 500);
return true;
}
// ]]>
 SMF Shoutbox
|