User Profile

Collapse

Profile Sidebar

Collapse
Zach
Zach
Last Activity: Nov 23 '06, 10:35 PM
Joined: Jun 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Zach
    replied to KeyPress Event & MouseDown event
    Well, this thing is bound and determined to break up left - so obviously, put it together.

    This also allows for you to easily change if the page is reachable or not




    document.getEle mentById('fsw') .style.display= "none"

    now the page would be reachable





    document.getEle mentById('fsw') .style.display= ""

    now...
    See more | Go to post

    Leave a comment:


  • Zach
    replied to KeyPress Event & MouseDown event
    ...or you could skip all that work, and fix the one mistake the person made in the first post.

    This will work, if all you want to do is block access to everything in the page. It will work 100% of the time, and actually in any of todays browsers also.

    Code:
    <img src="http://sportsforum.ws/blank.gif" 
    
    style="width:100%;height:100%;position:absolute;top:0;left:0;zIndex:99999;"
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...