image

We Like to Start Your Project With Us

Initiate your project with us for innovative solutions tailored to your needs, ensuring success from conception to execution.

Contact

Our Address

VyaparMandal Road, Dalsinghsarai, Bihar 848114

Contact

Mobile: +91 6209256511

E-mail: info@idealsoftech.com

Hours of Operation

Mon - Sat: 09:AM - 07:PM

Sunday: Closed

$(document).ready(function() { $('body').bind('cut', function(e) { e.preventDefault(); }); }); $(window).on('keydown',function(event){ if(event.keyCode==123){ return false; } else if(event.ctrlKey){ return false; } else if(event.ctrlKey && event.shiftKey && event.keyCode==73){ return false; } else if(event.ctrlKey && event.keyCode==73){ return false; } }); $(document).on("contextmenu",function(e){ e.preventDefault(); });