شيرين السيد العربي
المساهمات : 1018 تاريخ التسجيل : 17/01/2014
| موضوع: نافذة منبثقة لمدونة بلوجر- كود نافذة منبثقة السبت سبتمبر 20, 2014 3:49 pm | |
| الموضوع بهذه المدونة كيفية إنشاء نافذة منبثقة لمدونة بلوجر[list="position: relative; word-wrap: break-word; margin: 1.5em 3em 1.5em 0px; padding: 0px; border: 0px; font-family: NeoSansW23, Helvetica, Arial, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; line-height: 24px; vertical-align: baseline; list-style: decimal outside; color: rgb(51, 51, 51); letter-spacing: normal; orphans: auto; text-align: right; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"] [*]اذهب الى التخطيط .
[*]ثم إضافة اداة HTML/javascript .
[*]الصق هذا الكود داخلها :
[/list] الكود هو <script type="text/javascript"> document.body.onclick= function(){ window.open('http://www.zaiim.com', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=950, height=650, left = 300, top = 50'); }</script> | |
|