Jump to content
أحلى نادي لأحلى أعضاء
Search In
  • More options...
Find results that contain...
Find results in...
sasa designe

كود إخبارك بالوقت الذي قضيته في المنتدى

Recommended Posts

أعزائي لاعضاء
أقدم لكم اليوم كود يخبرك بالوقت الذي قضيته داخل منتداك

عاين الكود من هنا


الكود:

<body>
<BODY bgproperties="fixed" onunload="bye()">
  <script language="Javascript1.2">
var quickkey = 110
var url = "java.htm"

if(navigator.appName == "Netscape") {
document.captureEvents(Event.KEYPRESS);
}

function qk(keyp){
if(navigator.appName == "Netscape") {
if (keyp.which == quickkey) window.location = url;
}
if (navigator.appVersion.indexOf("MSIE") != -1){
if (event.keyCode == quickkey) window.location = url;
}
}

document.onkeypress = qk
//-->
</script><br>
<script language="Javascript">

<!-- Begin
pageOpen = new Date();
function bye() {
pageClose = new Date();
minutes = (pageClose.getMinutes() - pageOpen.getMinutes());
seconds = (pageClose.getSeconds() - pageOpen.getSeconds());
time = (seconds + (minutes * 60));
if (time == 1) {
time = (time + " ثانية");
}
else {
time = (time + " ثانية");
  }
alert('مكثت في هذه الصفحة ' + time + '.  أتمنى أن تكون زيارتك لهذه الصفحة في المره القادمة أطول مدة من هذه الزيارة ... وشكراً');
}
// End -->
</script>
</body>



  

Share this post


Link to post
Share on other sites
يتجسد الابداع دائما في
مواضيعك عندما يكون
لها هذا التميز مجهود جدا رائع..
تحياتي لك

Share this post


Link to post
Share on other sites

موضوع رائع وجميل شكراً جزيلاً لك . وبالتوفيق الدائم.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.