There also are a lot of </option> missing. Try using something more like 
onselect with the select rather that the options...

<select name="Car" onchange="var countries={Audi:'Germany',Volvo:'Sweden',
Ferrari:'Italy',Chrysler:'USA'};var country=countries[this.value];
tiddlerOfThis(this).setData('Country', country);store.setTiddlerTag((story.
findContainingTiddler(this).getAttribute('tiddler')),true,country);return 
true;">
<option>-</option>
<option value="Audi">Audi</option>
<option value="Volvo">Volvo</option>
<option value="Ferrari"">Ferrari</option>
<option value="Chrysler">Chrysler</option>
</select >

Tobias

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to