Hej
Hvorfor kan jeg ikke ændre titlen på document, når det er åbnet via
"window.showModalDialog"?
Her er mit eksempel, som ikke virker :
**** Test.htm ********
<html>
<head>
<title>test</title>
<script language="javascript">
<!--
function aabenDialog(strPath)
{
window.showModalDialog(strPath,null,'dialogWidth:714px;
dialogHeight:580px; center:yes; help:No; status:No');
}
//-->
</script>
</head>
<body bgcolor="#a8a8a8">
<button onclick="aabenDialog('test2.htm')">Åben Dialog</button>
</body>
</html>
**** Test2.htm ********
<html>
<head>
<title>test</title>
<script language="javascript">
<!--
function skiftTitle(strText)
{
document.title = strText;
}
//-->
</script>
</head>
<body bgcolor="#a8a8a8">
<button onclick="skiftTitle('Den nye title')">Ændre Dialog
titel</button>
</body>
</html>
--
Leveret af:
http://www.kandu.dk/
"Vejen til en hurtig løsning"