|
[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
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 [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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








