[an error occurred while processing this directive]


Webcam Services of the Next Millennium

 
HOME | Calendar | WebCam Search | CGI Scripts | Store
 
   Store
   Calendar

   What's New
   Top Sites
   COOL Sites
   Reviews
   CGI Scritps
   For WebMasters
   WebCamMask
  
VCR
  
Featured Site

FREE SERVICE

WebCamMask Patch for IE's "Save as"


Even though WebCamMask can prevent viewers that use Netscape to save your webcam image into their hard drive by right click on the image and select "save as", it can not do that for Internet Explore.

In order to solve this problem you need to wrap WebCamMask into a JavaScript that disables right click and doesn't display the image if the viewers disables JavaScript execution from their browser. 

Add this JavaScript somewhere in <HEAD> part of your HTML code:

<script LANGUAGE="JavaScript">
<!-- Hide from older browsers
function CamImage(cyberxstreamurl)
{
document.write('<IMG HEIGHT=240 width=320 alt="Loading..." border=0 SRC="'+cyberxstreamurl+'"> ');
}

function right(e)
{
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
alert("Protected with WebCamMask from CyberXstream.com"); return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// End -->
</script>

Replace:

<img SRC="http://www.cyberxstream.com/wmask/cgi-bin/nph-mask.cgi?uid=XXXXXXXXX"
HEIGHT="240" width="320" alt="Loading..." BORDER="0">

With:

<script LANGUAGE="JavaScript">
CamImage("http://www.cyberxstream.com/wmask/cgi-bin/nph-mask.cgi?uid=XXXXXXXXX")
</script>


 

Home | How to Add a site | Contributors | For Webmasters | Link to us | Suggestions | Calendar
Add CyberXstream to Your Site | Make CyberXstream Your Start Page
Live Webcams and Chat Top Adult Sites and Links Adult Sites and Links Adult Webcams
Adult Webcams Chats Adult Webcam Girl

Copyright © 1999 - 2005 • CyberXstream.Com
All Rights Reserved
Email our webmaster