OK that works as well. Thanks again.
""James"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>> Fred wrote:
>>> Outstanding James! A different approach to get a more flexible result.
>>> Fred.
>>
>> or document.getElementById("blah").style.display = 'none';
>>
>
> That would also wo
Fred wrote:
Outstanding James! A different approach to get a more flexible result.
Fred.
or document.getElementById("blah").style.display = 'none';
That would also work well.
innerHTML is not supported by many browsers
I wasn't aware of this, thanks!
Cheers,
James Relyea.
--
PHP Gener
Fred wrote:
Outstanding James! A different approach to get a more flexible result.
Fred.
or document.getElementById("blah").style.display = 'none';
innerHTML is not supported by many browsers
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Outstanding James! A different approach to get a more flexible result.
Fred.
""James"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Yes, you can use something like Some stuff and use
> javascript to alter the element's value (the contents between the span
> tags).
>
> document.
Yes, you can use something like Some stuff and use
javascript to alter the element's value (the contents between the span
tags).
document.getElementById("blah").innerHTML="some new stuff"
Hope that is what you wanted,
James Relyea.
- Original Message -
From: "Fred" <[EMAIL PROTECTED]
5 matches
Mail list logo