iain duncan <[EMAIL PROTECTED]> writes:
> that is not working. In this case, the element in question is an input
> box in a form. On Firefox, I can change the text in the input that way,
> but IE won't let me.
Why don't you use:
$('element_id').value = 'Foobar'?
And to get the value
variable = $('element_id').value
I don't see any need to use innerHTML when there's a better -- and as easy as
innerHTML itself -- method...
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---