I have a DynaValidatorActionForm with the following property
<form-bean name="frm" type="MyForm">
<form-property name="children" type="java.util.ArrayList" />
</form-bean>
The JSP looks like this..
<logic:iterate name="frm" id="child" property="children"...
I have a table with two rows.
Each row contains a check box, a text box and two buttons (Up & Down).
The Up and Down buttons move the table rows up and down respectively.
When I click Up and Down on either rows the text in the boxes gets interchanged
but the checkboxes do not maintain its...
function check() {
if (window.closed) window.open("http://www.yahoo.com");
}
<body onunload="check();">
Closing the browser did not open a new window with Yahoo.com?
Whats going on
Is there a clean way to capture the browser closing event in NN 6.0 & IE 4.0+. I tried the "onunload()" method which
also gets called when the user unloads a page and not closes the browser. There is no way to differentiate between the two events. Why dosen't Javascript have an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.