Results 1 to 4 of 4

Thread: Using one page inside another

  1. #1
    Join Date
    Jan 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Using one page inside another

    Hi

    This is my first post!!

    I've create a site:

    http://www.georginaflambert.com/

    I want to add dropdown menus to the top navigation. Is there a way I can create one page, and allow all the pages to call this page inside the top navigation div. This would let me edit the items to be added to the menus once, and not on every page.

    Hope this makes sense

    pob

  2. #2
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Frames won't effect the nav menus.

    What you want is a CSS menu. then when you need to add/remove items from the menu you can just edit your CSS. All pages that call that CSS will be updated immediatley (or on next page refresh if it is currently being viewed)

    Likewise you can make a header (or footer) or even use the php include() function.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  4. #4
    Join Date
    Feb 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Friends,

    I have appication which uses two Browser windows which are independent of each other.

    my problem is,
    If both page1 and page2 are opened... if I click on link is page1. It has to refresh already opened Page2. else do nothing.
    Is there anyways we can do like this using javascript.

    Friends, I need help on this..


    thanks,
    Raavi

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •