<div id="abc" style="display: block;" > these div should not be loaded on page load,but should be loaded after a click </div> <a href="" onclick="document.getElementById('mydiv2… == 'none'">Load a div</a> Is there any code to block the browser to not to load a particular div..and after an external click it load that div.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)