[Solved] How to set the browser's window/tab title ?

Just starting out? Need help? Post your questions and find answers here.
User avatar
SparrowhawkMMU
Posts: 291
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

[Solved] How to set the browser's window/tab title ?

Post 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.
Last edited by SparrowhawkMMU on Mon Feb 08, 2016 10:18 am, edited 1 time in total.
User avatar
T4r4ntul4
Posts: 132
Joined: Wed May 21, 2014 1:57 pm
Location: Netherlands
Contact:

Re: How to set the browser's window/tab title ?

Post 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.
User avatar
SparrowhawkMMU
Posts: 291
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Re: How to set the browser's window/tab title ?

Post 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
User avatar
SparrowhawkMMU
Posts: 291
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Re: How to set the browser's window/tab title ?

Post by SparrowhawkMMU »

Feature request: > here <
User avatar
SparrowhawkMMU
Posts: 291
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Re: How to set the browser's window/tab title ?

Post by SparrowhawkMMU »

sworteu
Posts: 18
Joined: Sun Feb 07, 2016 9:49 am

Re: How to set the browser's window/tab title ?

Post by sworteu »

SparrowhawkMMU wrote:Solution here: http://forums.spiderbasic.com/viewtopic.php?f=9&t=533
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).
Post Reply