DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Manuel De Leon Guest

    Disableling stuff.


    I'm using Internet Explorer 4+

    I want to know the HTML source for a page that does the following:

    1) Make the window full screen.
    2) Disables any option to return to normal screen.
    3) Disables the right click.

    I prefer the code in VbScript, but if you can only give me the JScript I
    don't mind.

    Thank you in advance,
    Manuel De Leon

  2. #2
    Critter Guest

    Re: Disableling stuff.


    Just a note mate.

    These are all client side functions you seek, and using VBScript will limit
    you to IE only. Most right click bans can be defeated. In IE 5+ you can specify
    oncontextmenu="return false" which will disable the keyboard right click
    and the mouse right click. Then you should put your site in a frameset with
    a hidden frame. otherwise someone can just view source from the menu bar.
    You should also open your site in a popup window,with no menubar is security
    is concern.....

    Critter







    "Manuel De Leon" <manuel@codetel.net.do> wrote:
    >
    >I'm using Internet Explorer 4+
    >
    >I want to know the HTML source for a page that does the following:
    >
    >1) Make the window full screen.
    >2) Disables any option to return to normal screen.
    >3) Disables the right click.
    >
    >I prefer the code in VbScript, but if you can only give me the JScript I
    >don't mind.
    >
    >Thank you in advance,
    >Manuel De Leon



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links