PDA

Click to See Complete Forum and Search --> : This java script runs fine on IE5 but not IE4


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';
}
}