javascript - Hiding a button in jsp on closing a pop up window using js? -


in jsp on clicking button, showing pop window using javascript. pop contents displayed using 3rd party site. pop having close button , on closing pop up, need hide or not display button in jsp. how handle this?

if you're using jquery, can id/class of button , add following js function called button:

$("#yourid").hide(); $(".yourclass").hide(); 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -