
10.09.2005, 17:23
|
|
|
.grin! wuz here
Регистрация: Aug 2004
Адрес: paradise city
Сообщений: 3,981
|
TextField.prototype.switch2link = function(){
var txts = this.text.split(newline);
this.html = true;
for(vsr i in txts) this.htmlText += '<a href="'+txts[i]+'">'+txts[i]+'</a>';
};
использование:
my_tf.switch2link();
__________________
Breakcore them all!
|