Eric, Both worked as advertised and do not close the main tab if used there in (fortunatly)
Regards Tony On Tuesday, July 21, 2020 at 11:34:13 PM UTC+10, Eric Shulman wrote: > > On Tuesday, July 21, 2020 at 5:31:29 AM UTC-7, Saq Imtiaz wrote: >> >> Try >> <a href="self.close ()">Close</a> >> or >> <a href="window.close ()">Close</a> >> >> > That should be: > <a href="javascript:self.close ()">Close</a> > > or > <a href="javascript:window.close ()">Close</a> > > -e > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a421ec47-d7c5-49e6-ae95-7b6cea0af7e5o%40googlegroups.com.

