Google for: javascript css style swap
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
"Markus" <(E-Mail Removed)> wrote in message
news:5279DE9E-13FA-4905-A561-(E-Mail Removed)...
> 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
>