feras_wilson
12-12-2006, 07:48 PM
Hi all!
I need some help with this code:
<script>
str = new String("Hello World")
document.write(str.match('Hello').fontcolor("blue"))
</script>
I want the word "Hello" of the string to have a blue color. Not the hole string JUST the "Hello" word.:confused: :confused: :confused: :confused:
I need some help with this code:
<script>
str = new String("Hello World")
document.write(str.match('Hello').fontcolor("blue"))
</script>
I want the word "Hello" of the string to have a blue color. Not the hole string JUST the "Hello" word.:confused: :confused: :confused: :confused: