> <script>
> ...
> return out;
> </script>
>
> ..but when I put that same code inside a HTML form, like this -
>
> <html><form>
> <input type="button" value="procurar" onclick='
> ...
> return out;
> '></form></html>

> I don´t see the output....... why doesn´t the script give me the same
> output when inside the <form> ????

The ability to *render output* by returning text from a script is an
enhanced feature of my InlineJavascriptPlugin and is not supported by
native HTML form 'onclick' script handling.

-e

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