java - Disable parent window of popup in JSP -


i have jsp page on when 'search' button clicked popup window open,

i want disable parent window on popup , using

window.opener.document.body.disabled=true; 

but though make parent window appear disabled, dont make disabled, controls, links tabs enabled , can used/clicked.

what should do?

edit cannot use modal reason.

  1. you can use jquery ui dialog, , set modal form. read so answer more tips.

  2. another option iterate through input , anchor in page , and explicitly set disabled=true each of them.

  3. this blog describes how disable page elements transparent div , using css , bit of javascript.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -