Jump to content

Louisnel

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Louisnel

  1. i have trouble with my ASPi want my users to register to get a monthly email, but after they have clicked register i want to email them that monthly email...i want to display a confirmation message to tell them they had register successfullyhow do i do that with ASP??

  2. Personally, its a lost cause.  Give me any website and I can get an image off of it - I don't care what script you put on the page - if I can see it I can grab it.  Enforcing your copyright is the only protection you have. :)But, if you insist:
    <script><!-- Beginfunction right(e) {var msg = "****** your message ******";if (navigator.appName == 'Netscape' && e.which == 3) {alert(msg);return false;}if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {alert(msg);return false;}else return true;}function trap()   {  if(document.images)    {    for(i=0;i<document.images.length;i++)      {      document.images[i].onmousedown = right;      document.images[i].onmouseup = right;      }    }  }// End --></script><body onload="trap()")>

    P.S. Not updated for firefox and can still be by-passed pretty easily (great for IE)

    i just want the rollover og windows exlorer go away,you know that little bar with the stiffie,printer etc..is this the javascript code to do it???thanks
  3. I want to know if anybody can tell me how to make your main logo of your website un-downloadable?? I used frontpage 2003 to make my website..I will be glad if anyone can tell me what to do or provide me with the javascript code or the code in that i can use in my function..I want to make my logo so that you can't download it thru IE6’s picture rollover or by right clicking..Please me i'm desperate helpLouis South Africa

×
×
  • Create New...