function window_onload() {
try {
frame1.document.Form1.text1.focus();
} catch (focuserror) {
window.close();
window.parent.parent.location.href = 'cancel.asp';
}
}
|
Results 1 to 1 of 1
|
Click Here to Expand Forum to Full Width |