Podi Prashnayak..udawwak denawada?

diwya

Member
Jan 2, 2009
489
39
0
Mama Blog ekak haduwa... samanyen apita onama image ekak right click karala save kara ganna puluwan ne.. mata ona..man ma..blog ekata dana images ehema save karaganna bari wenna hadanna....ehema karanna puluwanda.. plzzzzzzzzzzzz..puluwannam mata kiyala dennakoooooooo...:(:(:(:(
 

SAN_APIIT

Well-known member
  • Mar 8, 2007
    4,611
    196
    63
    In a Chip !!!
    Step 1 : Go to Dashboard > Layout > Add Gadget > HTML / JavaScript
    Step 2 : Copy the following code and paste it there .


    <script language="JavaScript">
    <!--

    //Disable right mouse click Script
    //By Maximus ([email protected]) w/ mods by DynamicDrive
    //For full source code, visit http://www.dynamicdrive.com

    var message="Function Disabled!";

    ///////////////////////////////////
    function clickIE4(){
    if (event.button==2){
    alert(message);
    return false;
    }
    }

    function clickNS4(e){
    if (document.layers||document.getElementById&&!document.all){
    if (e.which==2||e.which==3){
    alert(message);
    return false;
    }
    }
    }

    if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=clickNS4;
    }
    else if (document.all&&!document.getElementById){
    document.onmousedown=clickIE4;
    }

    document.oncontextmenu=new Function("alert(message);return false")

    // -->
    </script>


    Step 3 : Save the html/javascript and view you blog.

    When you will try to do right click, a message will tell you that “Function disabled” , and if you want to change this words” Function Disabled” Then simply find it in code and replace it.


    Hope this helps you. :)
     

    diwya

    Member
    Jan 2, 2009
    489
    39
    0
    SAN_APIIT said:
    Step 1 : Go to Dashboard > Layout > Add Gadget > HTML / JavaScript
    Step 2 : Copy the following code and paste it there .


    <script language="JavaScript">
    <!--

    //Disable right mouse click Script
    //By Maximus ([email protected]) w/ mods by DynamicDrive
    //For full source code, visit http://www.dynamicdrive.com

    var message="Function Disabled!";

    ///////////////////////////////////
    function clickIE4(){
    if (event.button==2){
    alert(message);
    return false;
    }
    }

    function clickNS4(e){
    if (document.layers||document.getElementById&&!document.all){
    if (e.which==2||e.which==3){
    alert(message);
    return false;
    }
    }
    }

    if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=clickNS4;
    }
    else if (document.all&&!document.getElementById){
    document.onmousedown=clickIE4;
    }

    document.oncontextmenu=new Function("alert(message);return false")

    // -->
    </script>


    Step 3 : Save the html/javascript and view you blog.

    When you will try to do right click, a message will tell you that “Function disabled” , and if you want to change this words” Function Disabled” Then simply find it in code and replace it.


    Hope this helps you. :)




    Thank u sooooooooooo much.. ;);):):)