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
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