> Just one thing....the code now writes the tiddler correctly...but does
> not clear the text in the input box....so I have to delete before I
> can add something else......can I have it clear r the text as
> well...in preparation for another entry???

add these two lines to the end of the script:
   this.form.txt.value=""; // reset content
   this.form.txt.focus(); // put cursor in field

enjoy,
-e
--~--~---------~--~----~------------~-------~--~----~
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