PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : سوالات یا کد های جاوا اسکریپت خود را در این بخش بیان کنید



admin
11-15-2013, 08:44 PM
در صورتی که سوالی از جاوا اسکریپت دارید که به دنبال پاسخ آن هستید یا کد و ابزاری از جاوا اسکریپت دارید که می خواهید دیگر کاربران از آن استفاده کنند می توانید در این بخش از تالار به عنوان تاپیکی مجزا بیان کنید و به نمایش بگذارید تا دیگران نیز بتوانند از آن استفاده کنند. در صورتی که سوال بود در اولین فرصت به آن پاسخ داده و شما و دیگر کاربران می توانید از آن استفاده کنید. در صورتی هم که اگر کد یا ابزاری بود دیگر کاربران نیز از آن استفاده می کنند.

mohammadtnt
03-27-2014, 04:56 PM
Only the registered members can see the link

سلام من این کد رو میخواستم میتونی برام درست کنی ، (Only the registered members can see the link) دقیقا همین کد که عکسش رو گذاشتم

admin
03-27-2014, 05:32 PM
اینم از کدی که میخواستید.


<style>
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(Only the registered members can see the link) no-repeat}
.tclose:hover {background-position:0 -30px}
</style>
<script type="text/javascript">
TINY={};TINY.box=function(){var j,m,b,g,v,p=0;return{show:function(o){v={opacity:7 0,close:1,animate:1,fixed:1,mask:1,maskid:'',boxid :'',topsplit:2,url:0,post:0,height:0,width:0,html: 0,iframe:0};for(s in o){v[s]=o[s]}if(!p){j=document.createElement('div');j.classNam e='tbox';p=document.createElement('div');p.classNa me='tinner';b=document.createElement('div');b.clas sName='tcontent';m=document.createElement('div');m .className='tmask';g=document.createElement('div') ;g.className='tclose';g.v=0;document.body.appendCh ild(m);document.body.appendChild(j);j.appendChild( p);p.appendChild(b);m.onclick=g.onclick=TINY.box.h ide;window.onresize=TINY.box.resize}else{j.style.d isplay='none';clearTimeout(p.ah);if(g.v){p.removeC hild(g);g.v=0}}p.id=v.boxid;m.id=v.maskid;j.style. position=v.fixed?'fixed':'absolute';if(v.html&&!v.animate){p.style.backgroundImage='none';b.inner HTML=v.html;b.style.display='';p.style.width=v.wid th?v.width+'px':'auto';p.style.height=v.height?v.h eight+'px':'auto'}else{b.style.display='none';if(! v.animate&&v.width&&v.height){p.style.width=v.width+'px';p.style.heigh t=v.height+'px'}else{p.style.width=p.style.height= '100px'}}if(v.mask){this.mask();this.alpha(m,1,v.o pacity)}else{this.alpha(j,1,100)}if(v.autohide){p. ah=setTimeout(TINY.box.hide,1000*v.autohide)}else{ document.onkeyup=TINY.box.esc}},fill:function(c,u, k,a,w,h){if(u){if(v.image){var i=new Image();i.onload=function(){w=w||i.width;h=h||i.he ight;TINY.box.psh(i,a,w,h)};i.src=v.image}else if(v.iframe){this.psh('<iframe src="'+v.iframe+'" width="'+v.width+'" frameborder="0" height="'+v.height+'"></iframe>',a,w,h)}else{var x=window.XMLOnly the registered members can see the link XMLOnly the registered members can see the link():new ActiveXObject('Microsoft.XMLHTTP');x.onreadystatec hange=function(){if(x.readyState==4&&x.status==200){p.style.backgroundImage='';TINY.box .psh(x.responseText,a,w,h)}};if(k){x.open('POST',c ,true);x.setRequestHeader('Content-type','application/x-Only the registered members can see the link');x.send(k)}else{x.open('GET',c,true);x .send(null)}}}else{this.psh(c,a,w,h)}},psh:functio n(c,a,w,h){if(typeof c=='object'){b.appendChild(c)}else{b.innerHTML=c}v ar x=p.style.width,y=p.style.height;if(!w||!h){p.styl e.width=w?w+'px':'';p.style.height=h?h+'px':'';b.s tyle.display='';if(!h){h=parseInt(b.offsetHeight)} if(!w){w=parseInt(b.offsetWidth)}b.style.display=' none'}p.style.width=x;p.style.height=y;this.size(w ,h,a)},esc:function(e){e=e||window.event;if(e.keyC ode==27){TINY.box.hide()}},hide:function(){TINY.bo x.alpha(j,-1,0,3);document.onkeypress=null;if(v.closejs){v.cl osejs()}},resize:function(){TINY.box.pos();TINY.bo x.mask()},mask:function(){m.style.height=this.tota l(1)+'px';m.style.width=this.total(0)+'px'},pos:fu nction(){var t;if(typeof v.top!='undefined'){t=v.top}else{t=(this.height()/v.topsplit)-(j.offsetHeight/2);t=t<20?20:t}if(!v.fixed&&!v.top){t+=this.top()}j.style.top=t+'px';j.style.l eft=typeof v.left!='undefined'?v.left+'px':(this.width()/2)-(j.offsetWidth/2)+'px'},alpha:function(e,d,a){clearInterval(e.ai) ;if(d){e.style.opacity=0;e.style.filter='alpha(opa city=0)';e.style.display='block';TINY.box.pos()}e. ai=setInterval(function(){TINY.box.ta(e,a,d)},20)} ,ta:function(e,a,d){var o=Math.round(e.style.opacity*100);if(o==a){clearIn terval(e.ai);if(d==-1){e.style.display='none';e==j?TINY.box.alpha(m,-1,0,2):b.innerHTML=p.style.backgroundImage=''}else {if(e==m){this.alpha(j,1,100)}else{j.style.filter= '';TINY.box.fill(v.html||v.url,v.url||v.iframe||v. image,v.post,v.animate,v.width,v.height)}}}else{va r n=a-Math.floor(Math.abs(a-o)*.5)*d;e.style.opacity=n/100;e.style.filter='alpha(opacity='+n+')'}},size:f unction(w,h,a){if(a){clearInterval(p.si);var wd=parseInt(p.style.width)>w?-1:1,hd=parseInt(p.style.height)>h?-1:1;p.si=setInterval(function(){TINY.box.ts(w,wd,h ,hd)},20)}else{p.style.backgroundImage='none';if(v .close){p.appendChild(g);g.v=1}p.style.width=w+'px ';p.style.height=h+'px';b.style.display='';this.po s();if(v.openjs){v.openjs()}}},ts:function(w,wd,h, hd){var cw=parseInt(p.style.width),ch=parseInt(p.style.hei ght);if(cw==w&&ch==h){clearInterval(p.si);p.style.backgroundImage ='none';b.style.display='block';if(v.close){p.appe ndChild(g);g.v=1}if(v.openjs){v.openjs()}}else{if( cw!=w){p.style.width=(w-Math.floor(Math.abs(w-cw)*.6)*wd)+'px'}if(ch!=h){p.style.height=(h-Math.floor(Math.abs(h-ch)*.6)*hd)+'px'}this.pos()}},top:function(){retur n document.documentElement.scrollTop||document.body. scrollTop},width:function(){return self.innerWidth||document.documentElement.clientWi dth||document.body.clientWidth},height:function(){ return self.innerHeight||document.documentElement.clientH eight||document.body.clientHeight},total:function( d){var b=document.body,e=document.documentElement;return d?Math.max(Math.max(b.scrollHeight,e.scrollHeight) ,Math.max(b.clientHeight,e.clientHeight)):Math.max (Math.max(b.scrollWidth,e.scrollWidth),Math.max(b. clientWidth,e.clientWidth))}}}();
TINY.box.show({html:'<h2 style="line-height:40px; text-align:center; color:#333">در صورت مشاهده صفحات مغایر با قوانین جمهوری اسلامی از قسمت گزارش تخلف به ما اطلاع دهید</h2>',width:450,height:250});
</script>

abzarak
03-31-2014, 05:06 AM
سلام
اگه میشه برام کد موزیک درست کن
منظورم اینه که روش جای لینک معلوم باشه باگذاشتن لینک آهنگ
بتونم تو وبلاگ استفادش کنم
بعد اگه میشه زیر پلیر لینک سایتم باشه
شیک و مجلسی باشه
آدرس سایتم : Only the registered members can see the link (Only the registered members can see the link)
با تشکر

admin
03-31-2014, 03:01 PM
بفرما. اینم از کدی که میخواستید. البته ابزاری که میخواستید


<script>function pi3idlmakecode(){document.getElementById('pi3idlen dcode').innerHTML = '<center><scr' + 'ipt language="javascript" src="Only the registered members can see the link' + document.getElementById('pi3idlmusiclink').value + '&start=1"></scr' + 'ipt><br /><a style="text-decoration:none; font-family:Tahoma; font-size:10px;" href="Only the registered members can see the link">کد آهنگ</a></center>';}</script>
لینک موزیک : <input type="text" id="pi3idlmusiclink" /><br />
<input type="button" value="کد را بساز" onclick="pi3idlmakecode()" /><br />
<textarea id="pi3idlendcode"></textarea>

nabzz-Iran
03-31-2014, 11:04 PM
سلام ببخشید می تونید ای کد رو جاهای که اید پر کنیمو قرمز کنید

admin
04-01-2014, 11:18 AM
این کد نیاز به ویرایش ندارد. برای تست کد هم میتوانید به ویراستار سایت مراجعه کنید.
جهت ورود به ویراستار سایت اینجا کلیک کنید. (Only the registered members can see the link)

mohammadtnt
04-01-2014, 10:29 PM
سلام یه قالب بهت میدم میتونی یه قسمت هایی رو که بهت میگم رو اضاف یا حذف کنی؟

naserabdollah
04-02-2014, 03:45 PM
سلام من یه ابزار میخواستم در اندازه350*150 که کد موزیک بسازه و حرفه ایی باشه برای این سایت میخوام

11skin.ir (Only the registered members can see the link)

admin
04-03-2014, 12:03 PM
میتونید با همین کدی که در بالا (Only the registered members can see the link) گذاشتم کار کنید. البته در خط اول ، اخرای کد ، لینک abzarak-ir.blogfa.com را به لینک خود تغییر دهید.

Payam Chat
06-16-2014, 06:44 AM
سلام می خوام بدونم چه جوری بعضی از سایت ها فتوشاپ انلاین دارن می خوام بدونم برام می تونی کدشو درست کنی

Amir Mohammad 99
06-17-2014, 08:00 PM
یه سرچ بزنید ملیون ها واستون میاره !

Payam Chat
06-17-2014, 10:03 PM
ممنون پیدا کردم خیلی حال می ده