From a webapp, I am opening a popup window with a report. This webpage has a title like:
<title>Consultation</title>
Is there a way to modify the Title using data in the webpage, so it looks like:
<title>Consultation - Max Hugen - 20080701</title>
I know how to get the values I want to add to the Title from the page using the window.onload event, but I can't find how to change the Title?
MTIA
Max Hugen
Australia
<title>Consultation</title>
Is there a way to modify the Title using data in the webpage, so it looks like:
<title>Consultation - Max Hugen - 20080701</title>
I know how to get the values I want to add to the Title from the page using the window.onload event, but I can't find how to change the Title?
MTIA
Max Hugen
Australia