Click to See Complete Forum and Search --> : refresh problems


netman182
03-20-2003, 12:55 PM
Is there a way that the page won't refresh without the info so it will disply the information??? cause when the code executes it goes forward and the information is in the page it came from. which means i have to press back to view the info in the textarea.csstext thanks


document.frmCSS.csstext.value = "BODY {[BR]BACKGROUND COLOR: "+ frmCSS.bgcol.value +"; <BR> BACKGROUND-IMAGE: "+ frmCSS.bgimg.value +";<BR> BACKGROUND-ATTACHMENT: fixed; <BR> COLOR: "+ frmCSS.txtcolor.value +";<BR> FONT-WEIGHT: "+ frmCSS.txtweight.value +";<BR>FONT-STYLE: "+ frmCSS.txtstyle.value +";<BR> FONT-FAMILY: "+ frmCSS.txtfont.value +"; <BR> TEXT-ALIGN: "+ frmCSS.txtalign.value +" } <BR><BR>H1 {<BR>COLOR: "+ frmCSS.h1color.value +"; <BR> FONT-WEIGHT: "+ frmCSS.h1weight.value +";<BR>FONT-STYLE: "+ frmCSS.h1style.value +";<BR> FONT-FAMILY: "+ frmCSS.h1font.value +"; <BR> TEXT-ALIGN: "+ frmCSS.h1align.value +" }<BR><BR>H2 {<BR>COLOR: "+ frmCSS.h2color.value +"; <BR> FONT-WEIGHT: "+ frmCSS.h2weight.value +";<BR>FONT-STYLE: "+ frmCSS.h2style.value +";<BR> FONT-FAMILY: "+ frmCSS.h2font.value +"; <BR> TEXT-ALIGN: "+ frmCSS.h2align.value +" }<BR><BR> A:LINK {<BR> COLOR: "+ frmCSS.ualinkcol.value +";<BR> FONT-FAMILY: "+ frmCSS.ualinkfont.value +"} <BR><BR> A:ACTIVE {<BR> COLOR: "+ frmCSS.alinkcol.value +";<BR> FONT-FAMILY: "+ frmCSS.alinkfont.value +"} <BR><BR> A:VISITED {<BR> COLOR: "+ frmCSS.vlinkcol.value +";<BR> FONT-FAMILY: "+ frmCSS.vlinkfont.value +"}"

Jona
03-20-2003, 01:33 PM
I explained this in reply to your other post. Go read it. :)