Hi, Eric, You're right, of course, it was a typo. I tried it again with the correct function name, but still nothing. What's interesting is that I know this function works, because I've used it in a tool I've made, but there it's activated on click. Here, I need it to activate on load/ rendering of the tiddler.
w On Jan 20, 9:32 pm, Eric Shulman <[email protected]> wrote: > > if((document.getElementId('x9').innerHTML === '')) { //If a cell is > > document.getElementId(...) > is not the correct function name and I'm quite surprised you didn't > get an error (i.e., "object doesn't support this property or method"). > > The correct function name is: > document.getElementById(...) > > -e > Eric Shulman > TiddlyTools / ELS Design Studios -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/tiddlywiki?hl=en.

