looking at your form, it looks like the only thing that will happen on 
submitting is what is contained in your onsubmit code. So you never even 
call story.closeAllTiddlers();autoSaveChanges(); because that is in separate 
<a> element, and the onclick there doesn't fire when you click on the submit 
button. You should move those statements up to your onsubmit code at the 
appropriate sections, and get rid of the <a> before the button. 

also autoSaveChanges() will save the TW only if the AutoSave option is 
enabled. use saveChanges() to save w/o respect to that setting.


regards,
axs

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to