Page title in generated index.html

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
spidernet
Posts: 72
Joined: Tue Feb 02, 2016 3:50 pm

Page title in generated index.html

Post by spidernet »

Hello

I'm not sure if this is a bug or feature request, but I post it here as can't find option for this and it's essential feature anyway.

When exporting a project, SpiderBasic generates index.html and other files.
The problem is that in the exported index.html title is "SpiderBasic". Title should be empty or
even better changeable in the export options. Now only way to change it is manually edit index.html every time.

There is SetWindowTitle() but it not help because during loading the page can still see "SpiderBasic" as
a page title for a long time before it finally changes when the app is loaded and running.

SB 1.20 beta 2