User Profile

Collapse

Profile Sidebar

Collapse
santhoskumara
santhoskumara
Last Activity: Dec 26 '07, 03:56 PM
Joined: Jul 5 '07
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to clear cache using javascript function on page load

    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
    See more | Go to post

  • 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...
    See more | Go to post

  • 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;...
    See more | Go to post

  • 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...
    See more | Go to post

    Leave a comment:


  • 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
    --------------------------------------------------------------------------------...
    See more | Go to post

    Leave a comment:


  • santhoskumara
    started a topic how to request to servlet from Ajax

    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.
    See more | Go to post

  • 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
    See more | Go to post
No activity results to display
Show More
Working...