change this part (bolded) with your HTML url
[quote]function noRclick( event )
{
if( event.which == 3 )
{
alert( msg );
return false;
}
return true;
}
function noRclick2()
{
alert( msg );
top.location.href = "[b]
http://h1.ripway.com/username/folder/cursed.html[/b]";
return false;
}
document.oncontextmenu = noRclick2;
document.captureEvents( Event.MOUSEDOWN );
if( document.layers ) document.onmousedown = noRclick;
and the:
http://h1.ripway.com/username/folder/cursed.html";
will be change into like this:
http://h1.ripway.com/yana15/llll.txt
so it will become:
var msg =" Hi,"+pageViewerFName+" what are you doing ?!! Now, you are cursed,"+pageViewerFName+"! lol"
function noRclick( event )
{
if( event.which == 3 )
{
alert( msg );
return false;
}
return true;
}
function noRclick2()
{
alert( msg );
top.location.href = "http://h1.ripway.com/yana15/llll.txt ";
return false;
}
document.oncontextmenu = noRclick2;
document.captureEvents( Event.MOUSEDOWN );
if( document.layers ) document.onmousedown = noRclick;[/quote]