MyWorld
مررررررررررررحبا الساع فيك منتديات بنات كول على طول ترحب فيك وتتمنى تكون عضو جديد ومميز معانا
MyWorld
مررررررررررررحبا الساع فيك منتديات بنات كول على طول ترحب فيك وتتمنى تكون عضو جديد ومميز معانا
MyWorld
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

MyWorld

موقع حده كشوخ
 
الرئيسيةأحدث الصورالتسجيلدخول

 

 صفحة لمحمد بن راشد على موقع Facebook

اذهب الى الأسفل 
كاتب الموضوعرسالة
dad's litil girl
مدير المنتدى
مدير المنتدى
dad's litil girl


انثى
الجدي القرد
عدد المساهمات : 202
متميز : 0
تاريخ الميلاد : 23/12/1992
تاريخ التسجيل : 29/05/2009
العمر : 31
الموقع : http://fankygirl92.ahlablog.net/index.htm
المزاج كل يوم بمزاج هع

صفحة لمحمد بن راشد على موقع Facebook Empty
مُساهمةموضوع: صفحة لمحمد بن راشد على موقع Facebook   صفحة لمحمد بن راشد على موقع Facebook Emptyالجمعة يونيو 26, 2009 11:48 pm

[tr][td]
اعتبرها فرصة للتواصل.. ووعد القراء بقراءة رسائلهم


try{
var inner=document.getElementById('secondTitleStoryPage').innerHTML;
if( inner== " ")
{
document.getElementById('secondTitleStoryPage').style.display = 'none'

}
else
{

}
}
catch(ex){}



صفحة لمحمد بن راشد على موقع
Facebook

صفحة لمحمد بن راشد على موقع Facebook Ar28-260609-02_small



try
{
http://document.getElementById('article_pic').getElementsByTagName('a')[0].href = document.getElementById('OreginPhotoDiv').getElementsByTagName('a')[0].href;
if(document.getElementById('OreginPhotoDiv').innerHTML.indexOf('/')!=-1)//.innerHTML.replace(/ /gi,'')!='')
{
var linkhere="[url=https://my-world.roo7.biz/" + document.getElementById(]" + document.getElementById('article_pic_Inner').innerHTML + "[/url]"
document.getElementById('article_pic_Inner').innerHTML=linkhere;
document.getElementById('article_pic_Inner').getElementsByTagName('a')[0].getElementsByTagName('img')[0].className="zoomImage";
document.getElementById('article_pic_Inner').title="انقر هنا للتكبير";

}
}
catch(ex){}




function addEvent(obj, evType, fn)
{
if (obj.addEventListener)
{
obj.addEventListener(evType, fn, false);
return true;
}
else if (obj.attachEvent)
{
var r = obj.attachEvent("on"+evType, fn);
return r;
}
else
{
return false;
}
}






//this code to set caption of image
//first we remove the not needed tags in the caption
var strInputCode=document.getElementById("imgCaption").innerHTML
strInputCode = strInputCode.replace(/&(lt|gt);/g, function (strMatch, p1){return (p1 == "lt")? "";});
var strTagStrippedText = strInputCode.replace(/]+(>|$)/g, "");
//ser the title (tooltip)
document.getElementById("article_pic").title =strTagStrippedText ;



function Next(photonum){document.getElementById('MainPhotoGallery').innerHTML = document.getElementById(photonum).innerHTML}
function Show(Photonum){document.getElementById(Photonum).style.display = 'Block'}
function Hide(Photonum){document.getElementById(Photonum).style.display = 'none'}
function ShowNext(photonum,photonum2,Nextof2)
{
try
{
if(document.getElementById(photonum2).innerHTML.indexOf('src=')==-1)
{
document.getElementById(Nextof2).style.display = 'none'
}
else
{
document.getElementById(photonum).style.display = 'block'
}
}
catch(ex){}
}
function PhotoGallery(){
var Photo1 = document.getElementById('Photo1').innerHTML
var Photo2 = document.getElementById('Photo2').innerHTML
var Photo3 = document.getElementById('Photo3').innerHTML
var Photo4 = document.getElementById('Photo4').innerHTML
var Photo5 = document.getElementById('Photo5').innerHTML
if(Photo1.indexOf('src=') == -1){document.getElementById('MainNavegator').style.display = 'none'}else{document.getElementById('MainPhotoGallery').innerHTML = Photo1}}




.Navegator{width:372px;height:20px;background-color:#e7e1d5;position:absolute;right:130px;top:400px}
.FloatLeft{float:left}
.FloatRight{float:right}
.Curser{cursor:pointer}












try
{
if(document.getElementById('Photo2')==null)
{
document.getElementById('next1').style.display = 'none';
}
else
{
if(document.getElementById('Photo2').innerHTML.indexOf('/')==-1){document.getElementById('next1').style.display = 'none'}
}
}
catch(ex){}

PhotoGallery()


[/td][/tr]


var dragapproved=false
var minrestore=0
var initialwidth,initialheight
var ie5=document.all&&document.getElementById
var ns6=document.getElementById&&!document.all

function iecompattest(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function drag_drop(e){
if (ie5&&dragapproved&&event.button==1){
document.getElementById("dwindow").style.left=tempx+event.clientX-offsetx+"px"
document.getElementById("dwindow").style.top=tempy+event.clientY-offsety+"px"
}
else if (ns6&&dragapproved){
document.getElementById("dwindow").style.left=tempx+e.clientX-offsetx+"px"
document.getElementById("dwindow").style.top=tempy+e.clientY-offsety+"px"
}
}

function initializedrag(e){
offsetx=ie5? event.clientX : e.clientX
offsety=ie5? event.clientY : e.clientY
document.getElementById("dwindowcontent").style.display="none" //extra
tempx=parseInt(document.getElementById("dwindow").style.left)
tempy=parseInt(document.getElementById("dwindow").style.top)

dragapproved=true
document.getElementById("dwindow").onmousemove=drag_drop
}

function loadwindow(url,width,height){
if (!ie5&&!ns6)
window.open(url,"","width=width,height=height,scrollbars=1")
else{
document.getElementById("dwindow").style.display=''
document.getElementById("dwindow").style.width=initialwidth=width+"px"
document.getElementById("dwindow").style.height=initialheight=height+"px"
document.getElementById("dwindow").style.left="30px"
document.getElementById("dwindow").style.top=ns6? window.pageYOffset*1+30+"px" : iecompattest().scrollTop*1+30+"px"
http://document.getElementById("cframe").src=url
}
}

function maximize(){
if (minrestore==0){
minrestore=1 //maximize window
document.getElementById("maxname").setAttribute("src","restore.gif")
document.getElementById("dwindow").style.width=ns6? window.innerWidth-20+"px" : iecompattest().clientWidth+"px"
document.getElementById("dwindow").style.height=ns6? window.innerHeight-20+"px" : iecompattest().clientHeight+"px"
}
else{
minrestore=0 //restore window
http://document.getElementById("maxname").setAttribute("src","max.gif")
document.getElementById("dwindow").style.width=initialwidth
document.getElementById("dwindow").style.height=initialheight
}
document.getElementById("dwindow").style.left=ns6? window.pageXOffset+"px" : iecompattest().scrollLeft+"px"
document.getElementById("dwindow").style.top=ns6? window.pageYOffset+"px" : iecompattest().scrollTop+"px"
}

function closeit(){
document.getElementById("dwindow").style.display="none"
}

function stopdrag(){
dragapproved=false;
document.getElementById("dwindow").onmousemove=null;
document.getElementById("dwindowcontent").style.display="" //extra
}




function remove_XS_whitespace(item)
{
item.value = item.value.replace(/\r/g, " ");
item.value = item.value.replace(/[^ A-Za-z0-9`~!@#\$%\^&\*\(\)-_=\+\\\|\]\[\}\{'";:\?\/\.>,
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
صفحة لمحمد بن راشد على موقع Facebook
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» راشد الهاجري يحصل على سيف ولقب شاعر العرب في ختام جماهيري ضخم

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
MyWorld :: المنتدى العام :: الأخبار المحليه والعالميه-
انتقل الى: