jquery - Disable bypassing javascript overlays -


i'm using colorbox show login form every new visitor. , have disabled options close overlay:

overlayclose: false, esckey: false, onload: function() {     $('#cboxclose').remove(); } 

... assume intermediate user can hide overlay using css overrides. i'd know if there's in case? use setinterval , checks every few seconds , redirect if changes found or something?

how not give them content? way secure page.

you need check visibility, z-index, top, left, indents, node there, etc. there whole list of ways remove content off screen.

but people checks use interval , check element there , either move or redirect. there sites , wrote code disables scripts checks. :)


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -