> > Ok, I've established that getting the element is working, it's changing
> > it's text child by doing
> >
> > .innerHTML = "Foobar"
> >
> > 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.
>
> input tags don't have innerHTML, that's why it's not doing anything.
>
> $("input").value = "foo";
Thanks Bob, that fixed that problem. Guess I should really be learning
to use mochikit with all the browsers at the same time and not just
trying stuff out randomly, Firefox is making me a lazy programmer! :/
Iain
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---