Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Is possible to set a browser tab name different from the form title?
Does anyone know if it is possible to have a browser tab name which is different to the form title? The form is a Suitelet form and I set the title when creating the form object:
var form = serverWidget.createForm({ title: 'My test form' });
I wish to set the title of the form to something quite long and start it with an image, but this would not be suitable for the browser tab name. So I would like to set a browser tab name which is different to the form title.
Many thanks in advance.