Like I said store the value of Vbulletines output and store it in a variable.You include bold, and anchors like this:
response ="<b>";
response +="text to be bold";
response +="</b>;
response +="<a href='#'>"
response +="text to be linked";
response +="</a>";
document.form.name.value=response;
- Death
|