﻿// JScript File

function BackPage() { window.history.go(-1) }

function confirm_delete() { return confirm("آيا از حــذف خود مطمئن هسـتيد ?") }

function click() {if (event.button==2) alert('غيرفعال') } 
document.onmousedown=click ;
