با دابل کلیک کردن رنگ بک گراند عوض بشه در آقای وردپرس

با سلام خدمت کاربران عزیز و محترم آقای وردپرس
امروز با آموزش با دابل کلیک کردن رنگ بک گراند عوض بشه در خدمت شما هستم  که امیدوارم ازش خوشتون بیاد.

mrwp

خوب امروز هم دااشتم تو وب گردش میکردم که به یه آموزش عجیب و جالب برخوردم که میگه اگه کاربر دابل کلیک کنه رنگ بک گراند سایت تغییر میکنه . به نظرم جالب اوم و خوستم شما رو هم از این آموزش بی نصیب نکنم . الابته خودمم تست نکردم اما تا چند دقیقه دیگه تست میکنم و میگم که کار میکنه یا نه . اما در کل جالبه .
خوب
این کد رو باید زیر تگ<head> </head>
قرار بدین.

<script>
<!-- Beginning of JavaScript -

// CREDITS:
// Random-Background-Color onDoublelick by Peter Gehrig
// Copyright (c) 2010 Peter Gehrig. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.fabulant.com.
// 3/3/2010

// IMPORTANT:
// If you add this script to a script-library or script-archive
// you have to add a link to http://www.fabulant.com on the webpage
// where this script will be running.

function makeRandom(range) {
rand=Math.floor(range*Math.random())
return rand
}

function makeHexa(thiscol) {
var colhex_left = Math.floor(thiscol/16)
var colhex_right= thiscol-(colhex_left*16)
if (colhex_left == 10) {colhex_left="A"}
if (colhex_left == 11) {colhex_left="B"}
if (colhex_left == 12) {colhex_left="C"}
if (colhex_left == 13) {colhex_left="D"}
if (colhex_left == 14) {colhex_left="E"}
if (colhex_left == 15) {colhex_left="F"}
if (colhex_right == 10) {colhex_right="A"}
if (colhex_right == 11) {colhex_right="B"}
if (colhex_right == 12) {colhex_right="C"}
if (colhex_right == 13) {colhex_right="D"}
if (colhex_right == 14) {colhex_right="E"}
if (colhex_right == 15) {colhex_right="F"}
var colhex =""+colhex_left+colhex_right
return colhex
}

function dblclick() {
var redcolor=makeRandom(255)
redcolor=makeHexa(redcolor)
var greencolor=makeRandom(255)
greencolor=makeHexa(greencolor)
var bluecolor=makeRandom(255)
bluecolor=makeHexa(bluecolor)
document.bgColor=""+redcolor+greencolor+bluecolor
}

document.ondblclick=dblclick;

// - End of JavaScript - -->

</SCRIPT> 

 

موفق و سربلند باشید.
بدرود.

منتظر نظرات سازندتون هستم نظر یادتون نره!!!

تیم آقای وردپرس

تیم تولید محتوا و پشتیبانی سایت آقای وردپرس

دیدگاهتان را بنویسید