Page title customization

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
User avatar
es_91
Posts: 38
Joined: Sat Aug 29, 2015 10:25 pm

Page title customization

Post by es_91 »

Hi.

All SpiderBasic pages currently tab in a browser as "SpiderBasic".

Could not, for example, the name of the background-window define the page title?

I know this can be done propably easily with html "hacking", but would be nice, still, if SpiderBasic could do it.


Regards
es_91
:mrgreen:
User avatar
Peter
Posts: 1093
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Page title customization

Post by Peter »

Code: Select all

! document.title = "This is the new page title.";
... will do the job. But it takes a little (until the site is completely loaded).
es_91 wrote:but would be nice, still, if SpiderBasic could do it.
+1

A page loading indicator would be nice too...

Greetings ... Peter
Post Reply