الاسد السوري عضو
الدولة : عدد المساهمات : 65 نقاط : 195 تاريخ التسجيل : 18/08/2011
| موضوع: كود دعوه للتسجيل او لترحيب بالاعضاء الأحد أغسطس 21, 2011 7:08 pm | |
| الرمز: |
/***********************************************
* Animated Information Bar- by JavaScript Kit (www.javascriptkit.com) * This notice must stay intact for usage * Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and 100s more
***********************************************/
function informationbar(){ this.displayfreq="always" this.content='href="javascript:informationbar.close()">style="width: 14px; height: 14px; float: right; border: 0; margin-right: 5px" />' }
informationbar.prototype.setContent=function(data){ this.content=this.content+data document.write(''+this.content+' ') }
informationbar.prototype.animatetoview=function(){ var barinstance=this if (parseInt(this.barref.style.top)<0){ this.barref.style.top=parseInt(this.barref.style.top)+5+"px" setTimeout(function(){barinstance.animatetoview()}, 50) } else{ if (document.all && !window.XMLHttpRequest) this.barref.style.setExpression("top", 'document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px" : body.scrollTop+"px"') else this.barref.style.top=0 } }
informationbar.close=function(){ document.getElementById("informationbar").style.display="none" if (this.displayfreq=="session") document·cookie="infobarshown=1;path=/" }
informationbar.prototype.setfrequency=function(type){ this.displayfreq=type }
informationbar.prototype.initialize=function(){ if (this.displayfreq=="session" && document·cookie.indexOf("infobarshown")==-1 || this.displayfreq=="always"){ this.barref=document.getElementById("informationbar") this.barheight=parseInt(this.barref.offsetHeight) this.barref.style.top=this.barheight*(-1)+"px" this.animatetoview() } }
window.onunload=function(){ this.barref=null }
var infobar=new informationbar() infobar.setContent('اهلا وسهلا بك عزيزي الزائر في هنا اسم منتداك للتسجيل? href="#">اضغط هنا') http://infobar.setfrequency('session') //Uncomment this line to set information bar to only display once per browser session! infobar.initialize()
|
| |
|
TRIPLE H المدير العام
الدولة : عدد المساهمات : 730 نقاط : 1514 تاريخ التسجيل : 09/08/2011 العمر : 27
| موضوع: رد: كود دعوه للتسجيل او لترحيب بالاعضاء الأحد أغسطس 21, 2011 8:14 pm | |
| | |
|
اسير الماضي المدير العام
الدولة : عدد المساهمات : 425 نقاط : 1319 تاريخ التسجيل : 16/08/2011 العمر : 29
| موضوع: رد: كود دعوه للتسجيل او لترحيب بالاعضاء الأحد أغسطس 21, 2011 8:26 pm | |
| يسلمواااااااااااااااااااااااااااا على هذا الكود الجميل | |
|
شلال الورد عضو
الدولة : عدد المساهمات : 67 نقاط : 181 تاريخ التسجيل : 27/08/2011
| موضوع: رد: كود دعوه للتسجيل او لترحيب بالاعضاء الأحد أغسطس 28, 2011 10:28 pm | |
|
موضوع ولا اروع مشكور ياعسل
تحياتي
| |
|
THE DESIGNER عضو
الدولة : عدد المساهمات : 91 نقاط : 95 تاريخ التسجيل : 27/08/2011
| موضوع: رد: كود دعوه للتسجيل او لترحيب بالاعضاء الإثنين أغسطس 29, 2011 5:44 pm | |
| شكرا لك على الأكواد الجميل والرائع بارك الله فيك | |
|