Hi.

I have a question regarding the DOM model. Does anyone know how to write to
the <UL>/<LI> text value using the DOM model. I more or less can write to
<select>/<option> attributes of the DOM. but I can't figure out how to write
(or read) the text of a <UL>-<LI> attribute....

I'd like to be able to do something like:

echo"
        document.foo.element.LU.LI.text = "dfdgd";
";
(of course, using whatever the appropriate doument string would be...)

Any pointers/code samples/web sites would be helpful....


Thanks

Bruce
[EMAIL PROTECTED]
(925) 866-2790



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to