Click here to Skip to main content
15,891,910 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all,
I want to open page in new window but after open child page background page will be
blur or disabled.
for ex.:-
i have 2 pages default1.aspx and default2.aspx
in default1.aspx one button add on click of add button i have to open default2.aspx
but after open in new window background of default1.aspx should be blur.
Pleas help asap
Posted
Comments
Kornfeld Eliyahu Peter 14-Apr-15 2:13am    
Are you looking for what they call modal-popup?
Sergey Alexandrovich Kryukov 14-Apr-15 2:29am    
It sounds like... but then it should not be new window (not a very good idea in general).
—SA
Libin C Jacob 14-Apr-15 4:21am    
Are you looking to show the default.aspx page as a popup?
Roshan Samrit 16-Apr-15 8:13am    
yes i want to show default2.aspx as in popup

1 solution

It's called opening a modal popup windows (lots of examples online); however, firefox and chrome are going to stop supporting this by the end of this summer. They do not want browsers blocking other tabs.

I suggest looking into jQuery dialog options instead.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900