View Single Post
Old 12-12-2005   #2 (permalink)
The Eagle
Moderator
 
Join Date: Jul 2004
Location: Quebec City, Canada
Posts: 50

Have you tried with something more like this?

Code:
var replacer = /\[yourname\]/gi;
Also, make sure that both your textarea and input elements have IDs and not only names
The Eagle is offline