If I got you correctly, you can use something like following in your
TW
<html><hide linebreaks>
<!-- extra psuedo-tag from HTMLFormattingPlugin -->
<form target="theFrameID">
<input type=file name=whichfile>
<input type=button value="open"
onclick="var f=this.form;
f.action='file:///'+f.whichfile.value;
try { f.submit(); }
catch(e) { alert(e.description?e.description:e.toString()); }">
</form>
<iframe src="" name="theFrameID" id="theFrameID"
style="background:#fff;width:100%;height:600px">
</iframe>
</html>
I thinks its Eric's or Dave's code and I am using it to view multiple
TW within my main TW.
Regards,
Umar.
On May 11, 1:51 am, ardchoille <
ardchoill...@gmail.com> wrote:
> I currently have 10 TiddlyWiki's with 4 of them being around 2
> megabytes in size. I tried putting everything into one TW but that
> slows everything down considerably. So, I split the various
> information into several TW's with a 'Main' TW that links to all of
> them. See this page for an example:
>
>
http://ardchoille42.googlepages.com/index.html
>
> Each of the items in the left menu are TW's which reside in the same
> folder as the index.html file (same theme, plugins, etc.). How can I
> get each of them to open in the same tab/window and still have
> external links (
ie.www.wikipedia.com) open in a new tab/window? Or is