Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to grey out a web page on click the link control of that page.
When being greyed out, all the web elements will also be disabled.and one div element is shown in which one submit button is there.when i click on that button that div should be hide and show the web page again.

please reply
thanks.
Posted

1 solution

Have a look at this page. The examples below are what you are looking for.
http://www.javascripttoolbox.com/lib/popup/example.php[^]

This is the javascript you need for that:
http://www.javascripttoolbox.com/libsource.php/popup/combined/popup.js[^]

Good luck!
 
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