[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: How to Disable Right Click in browser window using

Subject: Re: How to Disable Right Click in browser window using javascript
From: Peter Davis <pdavis152@xxxxxxxxx>
Date: Sun, 17 Mar 2002 02:34:42 -0800
javascript right clic
On Saturday 16 March 2002 09:54, Matt Gushee wrote:
> <script type="text/javascript" language="JavaScript">
> ? ? ? ? ? &lt;!--
> ? ? ? ? ? ? function NoRightClicking(){
> ? ? ? ? ? ? ? ...
> ? ? ? ? ? ? }
> ? ? ? ? ? // --&gt;
> ????????</script>

Um, this will output "&lt;!--" instead of a comment.  Use:

<script type="text/javascript" language="JavaScript">
  <xsl:comment>
    function NoRightClicking() {
      ...
    }
  //</xsl:comment>
</script>

And then make sure that "--" doesn't appear anywhere in the Javascript, or it 
might break again.

-- 
Peter Davis
You can't cheat an honest man.  Never give a [expletive deleted] an even break or
smarten up a chump.
		-- W.C. Fields

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.