Page 1 of 1
[Solved] How to set the browser's window/tab title ?
Posted: Fri Jan 22, 2016 10:55 am
by SparrowhawkMMU
It's probably really obvious once you know, but where / how do I set the browser window so that it does not always say "Spiderbasic" ? I would like it to have my app's name instead.
Thanks.
Re: How to set the browser's window/tab title ?
Posted: Fri Jan 22, 2016 11:50 am
by T4r4ntul4
I really dont know how to do it in Spiderbasic itself. But if you edit the generated html file, you can change the title there.
Re: How to set the browser's window/tab title ?
Posted: Fri Jan 22, 2016 12:15 pm
by SparrowhawkMMU
Thanks T4r4ntul4,
I had a feeling that might be the answer but was hoping there would be a way via the IDE and / or language itself. Would be a nice thing to have in the Compiler Options. I'll make a feature request
Re: How to set the browser's window/tab title ?
Posted: Tue Jan 26, 2016 9:15 am
by SparrowhawkMMU
Feature request: >
here <
Re: How to set the browser's window/tab title ?
Posted: Mon Feb 08, 2016 10:18 am
by SparrowhawkMMU
Re: How to set the browser's window/tab title ?
Posted: Mon Feb 08, 2016 5:49 pm
by sworteu
The other way is use the window name (title) and set the window to be #PB_Window_Background
The window title will become the page title (document).