
18.02.2003, 14:52
|
|
Регистрация: Feb 2001
Сообщений: 1,893
|
createTextField("mytext",1,100,100,300,100);
mytext.border = true;
mytext.html = true;
mytext.htmlText = "<a href=\"http://www.flasher.ru\">this is my first test field object text</a><br>other text ...";
|