servlets - How to load jsp page some data content dynamically without using javascript or ajax? Because my IE8 browser doesn't support most javascript tags? -
i want add dynamic data content database through ejb , servlet b div place without changing background data css or other designs. how this? can iframe? how can this? here b middle space , outer layout.
jquery 1.9 (early 2013): we’ll remove many of interfaces deprecated in version 1.8; of them available plugins or alternative apis supported jquery project. ie 6/7/8 supported today.
says http://blog.jquery.com/2012/06/28/jquery-core-version-1-9-and-beyond/
so try using jquery send ajax-request.
below small snippet used 1 of projects.
$.ajax({ type: "post", url: "tradecopy.action", data: $("#tradecopyform").serialize(), complete: function(xhr, textstatus) { $("#innermodalpopupdiv").html(xhr.responsetext); } });
Comments
Post a Comment