I think the confusion here is the difference between “HTML TADS”, which is fully supported by QTads, and “TADS Web UI” aka “TADS Web Play”, which isn’t supported at all in any modern interpreter.
I tried my best to explain the difference between HTML TADS and Web UI here:
(This message is long, so here’s a summary version.) tl;dr: TADS has two kinds of .t3 files, “regular” and “WebUI” No modern OS/browser can play WebUI TADS 3 files in 2022 Despite that, Parchment can play regular non-WebUI .t3 files on iplayif.com I’ve updated IFDB’s https://ifdb.org/fileformat page to explain that “TADS 3 Web” games are unplayable, but still link to HTML TADS, for legacy use I did some research into this question when investigating the “Play Online” button for IFDB. The…

Parchment’s Glk TADS isn’t the only way to get TADS to run online. Web UI remains an option, though it would need someone to invest in getting a new server running.
IFDB’s code for TADS Web UI has never worked since we inherited the site from MJR, but if someone wants to dust it off, I’d be willing to help. The code is in PHP, and lives on in the t3legacy
branch of the IFDB Github.
The files all start with t3
: t3run
, t3servers
, t3register
, t3ping
, t3join
, t3files
.