Hi
Is it possible to set the color of the text displayed in an alert or a confirm box?
I've been trying this:
strMyString = "Are you sure?".fontcolor("green"
confirm(strMyString)
The output is this, instead of actually being green.
<FONT COLOR="green">Are you sure?</FONT>
Can anyone help?
Thanks
graeme. uk
Is it possible to set the color of the text displayed in an alert or a confirm box?
I've been trying this:
strMyString = "Are you sure?".fontcolor("green"

confirm(strMyString)
The output is this, instead of actually being green.
<FONT COLOR="green">Are you sure?</FONT>
Can anyone help?
Thanks
graeme. uk