Oct 31st, 2000, 04:33 PM
function window_onload() {
try {
frame1.document.Form1.text1.focus();
} catch (focuserror) {
window.close();
window.parent.parent.location.href = 'cancel.asp';
}
}
try {
frame1.document.Form1.text1.focus();
} catch (focuserror) {
window.close();
window.parent.parent.location.href = 'cancel.asp';
}
}