Change the style of a Textbox

M

Markus

Hallo

I hopy some one can help i would like to change the style of a textbox after
i selected something from a combo box

function Box(){
if(document.FrontPage_Form1.Affected1.value == "ABC"){
window.document.FrontPage_Form1.A1.value = 'Test';
window.document.FrontPage_Form1.Code.style = "color: #FFFFFF; border: 1px
solid #000852; background-color: #000852; font-size:12pt; font-family:Times
New Roman; font-weight:bold; text-align:right";
return false;
}
}

Regards
Markus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top