Hello All

I am having problems with this code when the tiddler is evoked in a
default tiddler.
Error is "tiddler here is null

When in is opened from mainMenu, everything is fine.

Example - http://r.a.hough.googlepages.com/Questionnaire.html

Best Wishes
Alex


> <script label="next">
>        var score=...; /* calc score from checkboxes */
>        var here=story.findContainingTiddler(place);
>        story.displayTiddler(here, score<3 ? 'Q2' : 'Q5');
>        story.closeTiddler(here.getAttribute("tiddler")); /* close self */
>        return false;
> </script>



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