Yes, I noticed the missing }. Anyway, if instead of

<script>
if((document.getElementById('x9').innerHTML === '')) { //If a cell is
        document.getElementById('x7').style.display = 'none'; //Remove
the line
}
</script>

I use

<script>
{alert ("test")}
</script>

it shows the alert, but not if I keep the if function.

w

On 21 jan., 10:49, Julian Knight <[email protected]> wrote:
> Hi,
>
> I don't think that your script is running at all. I tried a simple alert in
> the script and nothing happened.
>
> Apart from a missing closing }, you need the inline script plugin and to
> move the script tags outside the html tags, the code then works fine. I
> guess that TW is set not to trigger inline scripts inside the inline html -
> not an unreasonable thing really.

-- 
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.

Reply via email to