here is the java script where i used window.close() function but it's not working.

<script language="javascript"> var answer = confirm("Session expired! Want to go to the home page?")
    if (answer){

                  window.location =  "index.jsp"

              }
    else{

             window.close();
                 }

This link should answer and solve your question if you are talking about firefox.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.