majdalawi | التاريخ: الثلاثاء, 2011-11-22, 0:27 AM | رسالة # 1 |
عضو فعال
مجموعة: المدراء
رسائل: 64
حالة: Offline
| صفحه تعمل اوتوماتيكيا مع الصفحه الرئيسيه
<!-- TWO STEPS TO INSTALL POPUP WINDOW: 1. Paste the first into the HEAD of your HTML document 2. Use the code to open the popup page on your site --> <!-- STEP ONE: Copy this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- The JavaScript Source!! http://www.alkathiry.net/alnadeem/ --> <!-- Begin function popUp() { props=window.open('ضع عنوان الصفحة هنا التي تريدها ان تطلع اتوماتيكي ', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=200, height=300, left = 300, top = 150'); } // End --> </script> <!-- STEP TWO: Paste this onLoad event handler into the BODY tag --> <BODY onLoad="javascript:popUp()"> <!-- Script Size: 0.73 KB -->
|
|
| |