| Subject: Re: [xsl] How to Disable Right Click in browser window using javascript From: Peter Davis <pdavis152@xxxxxxxxx> Date: Sun, 17 Mar 2002 02:34:42 -0800 | 
On Saturday 16 March 2002 09:54, Matt Gushee wrote:
> <script type="text/javascript" language="JavaScript">
>           <!--
>             function NoRightClicking(){
>               ...
>             }
>           // -->
>         </script>
Um, this will output "<!--" 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 sucker 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 | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] How to Disable Right Clic, Matt Gushee | Thread | Re: [xsl] How to Disable Right Clic, Matt Gushee | 
| Re: [xsl] JDK14/JDOM: generating a , Daniel Veillard | Date | Re: [xsl] How to Disable Right Clic, Matt Gushee | 
| Month |