<head>
<title>Sag Tiklayarak Açilan Pop Up Script | www.yazilimcik.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
</head>
<!-- www.yazilimcik.com -->
<!-- //start
//#########################################
// Author: Ali AKYILDIRIM (Yazilimcik.Com)
// For: public release (Freeware)
// Date: 06/12/2012 | www.yazilimcik.com
//#########################################
//-->
<script language="JavaScript">
PopUpURL = "http://www.yazilimcik.com/Gulumseme.htm";
PopUpLeft = 100;
PopUpTop = 100;
PopUpWidth = 500;
PopUpHeight = 150;
// -------------------------------------
// Do not edit anything below this line.
// -------------------------------------
isIE=document.all;
isNN=!document.all&&document.getElementById;
isN4=document.layers;
popO=’left=’+PopUpLeft+’,top=’+PopUpTop+’,width=’+PopUpWidth+’,height=’+PopUpHeight
if (isIE||isNN){
document.oncontextmenu=checkV;
}else{
document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);
document.onmousedown=checkV;}
function checkV(e){
if (isN4){
if (e.which==2||e.which==3){
dPUW=window.open(PopUpURL,’nrc’,popO);
return false;
}}else{
dPUW=window.open(PopUpURL,’nrc’,popO);
return false;}}
</script>
<body onload=’self.focus()’>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.yazilimcik.com -->
<!-- www.yazilimcik.com -->