I have a website with various frames that get shown/hidden depending on what item is chosen on the left menu as can be seen here:
When I click on an item on the left-hand side menu, I want to change the browser tab page title to match that of the item chosen.
How can I change the page title dynamically in run-time via Delphi code?
You can use the
document
class from theWeb
unit and change thetitle
public variable on thedocument
class: