I am implementing a JSP page in HTML5, which should work in IE8 and IE11.
On the page I have a button:
This function works with the 2 "Select" box and clicking on the button takes the selected items from one box to another. This functionality works in IE8.
I also have an "onload" event defined:
& lt; Body onload = "loadObjects ();" & Gt;
The download function populates my selection box with the original values.
There is a problem here after the page is loaded I see 2 items in a box, select an item and click on the "Move Itam" button, which is the "Left Ifneck" function The second selection takes you to the box. However, after that the "Load Object ()" function of the Olll is called again which restores the content of my selection box.
The strange thing is that it works properly in IE8 (the objects are moved from one box to the other, after clicking the button, the onload function is not implemented), but it is IE11 Does not work in (onload function has occurred)
UPD I understand why "body onload =" load object (); "In my JS function I am updating selection objects i.e. IOM is turning on the load call. Now the question is how do I call" Download "if I make changes to the objects on my page. / P>
Comments
Post a Comment