Code: Select all
<head>
<script>
function onLoad() {
// if (!window.survey.is not oppend allready) {
window.open("survey.asp", 'survey');
window.focus('self')// not working
//}
return true;
}
</script>
</head>
<body onLoad="onLoad()">and is there any way to keep the focus on the curent page
thanks