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.
[Solved] How to set the browser's window/tab title ?
- SparrowhawkMMU
- Posts: 291
- Joined: Wed Aug 19, 2015 3:02 pm
- Location: United Kingdom
[Solved] How to set the browser's window/tab title ?
Last edited by SparrowhawkMMU on Mon Feb 08, 2016 10:18 am, edited 1 time in total.
Re: How to set the browser's window/tab title ?
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.
- SparrowhawkMMU
- Posts: 291
- Joined: Wed Aug 19, 2015 3:02 pm
- Location: United Kingdom
Re: How to set the browser's window/tab title ?
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
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
- SparrowhawkMMU
- Posts: 291
- Joined: Wed Aug 19, 2015 3:02 pm
- Location: United Kingdom
Re: How to set the browser's window/tab title ?
Feature request: > here <
- SparrowhawkMMU
- Posts: 291
- Joined: Wed Aug 19, 2015 3:02 pm
- Location: United Kingdom
Re: How to set the browser's window/tab title ?
The other way is use the window name (title) and set the window to be #PB_Window_BackgroundSparrowhawkMMU wrote:Solution here: http://forums.spiderbasic.com/viewtopic.php?f=9&t=533
The window title will become the page title (document).