Hi Craig To make a form open a new tab I think you need to include something like this in the html for the submit button.
<input type="submit" value="Google Search" onclick="this.form.target='_blank';return true;" /> Let me know how you get on Colm On Sep 28, 2:21 pm, Craig in Calgary <[email protected]> wrote: > I have this code in a tiddler: > > {{{ > <html> > <form method="get" action="http://www.google.com/search"> > <div style="border:1px solid black;padding:4px;width:20em;"> > <table border="0" cellpadding="0"> > <tr><td> > <input type="text" name="q" size="25" id="q" maxlength="255" value="" / > > <input type="submit" value="Google Search" /></td></tr> > <tr><td align="center" style="font-size:75%"> > <input type="checkbox" name="sitesearch" > value="groups.google.com" checked /> Only search Google Groups<br /> > </td></tr></table> > </div></form></html> > > }}} > > Two (2) questions: when it executes I would like the resulting page to > render in a new: > * browser tab, not in the same tab as my TiddlyWiki and/or > * tiddler or shadow tiddler (like PluginInfo does) > > What needs modification? > > Thank you. > > Craig -- 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.

