مشاهدة النسخة كاملة : طلب: ربط المقالات بالصفحة الرئيسية
baseml
16-07-2006, 01:50 AM
بسم الله الرحمن الرحيم
تحية طيبة وبعد,,
أحبتي
عندي الصفحة الرئيسية لموقعي.. وقد صممت مكان لعرض آخر المقالات فيها.
سؤالي: هل يمكنني أن أربط المقالات بالصفحة الرئيسية !!
بحيث تكون المقالات متجددة بالصفحة الرئيسية
(كل ما أضيف مقال بصفحة المقالات.. يروح العنوان للصفحة الرئيسية)
فهل هناك سكريبت معين!
أو طريقة معينة!!
لأنني أنا الآن بصدد إنشاء ركن للمقالات ولا أعرف كيف أربطها بالصفحة الرئيسية.
شاكر لكم تجاوبكم وتفاعلكم أخواني
سر العرب
28-08-2006, 03:21 PM
اخي الكريم
انت تستخدم اي برنامج في تصميمك ؟؟
كي اتمكن من مساعدتك
amawi
30-08-2006, 10:22 PM
ممممممم
يبدوا انك اخي تتحدث عن مواقع النت
واظن ان المكان المناسب لها هو قسمها
لكن ساجيبك بما استطيع
الأن انت تريد ان تطرح اخر مقالة في مكان محدد في الصفحة الرئيسية عندك
حسننا استخدم IFRAME او عليك بالبرمجة
طبعا لا اعرف الطريقة لانني لست بذاك الحد
لكن الخوارزمية بسيطة
عليك ايجاد المتغير الذي يمثل المقالة الأحدث
بعد معرفتك بذلك المغير ومكان تخزينه في قاعدة البيانات
تقوم باستدعاء هذا المتغير من قاعد البيانات الى صفحتك الرئيسية وعرضه في text مثلا
اتمنى تكون فاهم
ويا ريت اذا في احد ممكن يوضح اكثر يتفضل علشان نستفيد كلنا
بالتوفيق
CHALLENGER
31-08-2006, 09:35 AM
اخي هذا الموضوع كان المفروض تحطه في منتدى تصميم المواقع , ارجو من المشرف نقل الموضوع لهناك و سوف نساعدك ان شاء الله و لكن ارجو منك اعطاء المزيد من التفاصي مثل ما هي اللغة المستخدمة في صنع موقعك و صفحة المقالات هل انت من ركبها او برمجها و غيرها من الأمور
eladdouti
12-04-2008, 11:04 PM
- How do I create a link to another page?
When you have made your first web page, if you will very probably soon have one up. A page that you can call by clicking on a link on your homepage. But how do you do that? :ridinghorse:
Actually, it's very simple. You should first make sure of course that you have a second page. Open the first page that you created ( "index.html") in your text editor (Notepad or Wordpad for example) or in an HTML editor. Then choose File - Save As ... And you turn that page under a different name ( "contact.html 'for example or' wiezijnwij.html '). Do not use spaces, quotation marks, commas, etc. In the name of your new page. A dash can be (for example, "who-are-wij.html '), but not to mention your new page:' photos. Html '.
Got your first page a different name and stored, then you now have two pages. But these pages have the same content (the second page is basically a copy of the first). So now what you need to do is the text of the new page, and add or remove images. But now this is probably not a problem anymore.
Now you must still make a link from your home page to the second page. The simplest is a normal text. The code for this is as follows:
<a Href="naamvanpagina2.html"> pagina2 </ a>
The piece says "pagina2 'now appears as a link if you page in your browser calls. If you click, you will be automatically redirected to the new page. If you want a new window will open when you click on the link, then you have a piece of code to make:
<a Href="naamvanpagina2.html" target="_blank"> pagina2 </ a>
Instead of a piece of text, you can find a picture. Then you have the following code (make sure that you have the image also upload to your server; otherwise there will soon be only a red cross to be seen):
<a Href="naamvanpagina2.html"> <img src="afbeelding.gif"> </ a>
:ridinghorse:
جميع حقوق برمجة vBulletin محفوظة ©2025 ,لدى مؤسسة Jelsoft المحدودة.
جميع المواضيع و المشاركات المطروحة من الاعضاء لا تعبر بالضرورة عن رأي أصحاب شبكة المنتدى .