I am using Internet Explorer browser, I want to know how to clear cache and cookies using javascript function or java, when each time the page is loaded.
i know to do manually in IE using TOOLS option in IE. but i want to know using javascript function.
urgent please can anyone advice me.
with regards
A.santhosh kumar
User Profile
Collapse
-
how to import a more than one "* .js " file in my jsp page
suppose i have two javascript file, where my jsp page need both the .js file.
how will i import to my page.
whether i need to put a two script tag and mention the path value in the src attribute like this
ex: <script src="/*.js"></script>
<script src="/*.js"></script>
while i go through in the... -
how to pass the xml file from servlet to client side
After serialization has been done on XML file, i got a string "XMlstr" now how will transform the string to clientside where i am using Ajax to handle the response.
Here i am paste the code of servlet part :
/public class controllerservl et extends HttpServlet {
String con_name;
ArrayList conc_list = new ArrayList();
QueryPopulate qp = new QueryPopulate() ;
Document doc=null;... -
how to request to servlet from Ajax
Re: how to request to servlet from Ajax
Post: how to request to servlet from Ajax
--------------------------------------------------------------------------------
How to request to servlet from Ajax and also I got the DOM object in the servlet through Business Logic. Now how will i pass the DOM object from serlvet to Clientside. Where in the client Side i am... -
Post: how to request to servlet from Ajax
--------------------------------------------------------------------------------
How to request to servlet from Ajax and also I got the DOM object in the servlet through Business Logic. Now how will i pass the DOM object from serlvet to Clientside. Where in the client Side i am using Ajax.
Kindly advice me.
Re: how to request to servlet from Ajax
--------------------------------------------------------------------------------...Leave a comment:
-
how to request to servlet from Ajax
How to request to servlet from Ajax and also I got the DOM object in the servlet through Business Logic. Now how will i pass the DOM object from serlvet to Clientside. Where in the client Side i am using Ajax.
kindly advice me. -
How to convert a JDBC Result Set into Xml File
I want to develop a doubl combo boxes using Ajax, I am having Result Set Object. How will convert the values in the ResultSet into Xml File.
Whether I need to create separate XML Mapping File for getting the values from ResultSet into XML File
Kindly advice me.
With Regards
A.Santhosh Kumar
No activity results to display
Show More
Leave a comment: