At 9:14 AM -0600 4/3/10, Peter Pei wrote:
Somejavascript engine already support GetElementByClass, for
example Opera does.
My example shows how, namely:
document.getElementById("question").innerHTML;
will return the value within the class.
Cheers,
tedd
In your original post, you said the data you had was:
<p class="question">
Who is Roger Rabbit?
</p>
Does that still stand? or there was a typo, and class should really be ID?
You're right -- I re-looked at the code to solve a similar problem
and it is indeed ID and not class.
I was using the wrong example.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php