Results 1 to 6 of 6

Thread: CSS frames and frame linking

  1. #1
    Join Date
    Sep 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS frames and frame linking

    I have a rather simple css site set to emulate a html frames site. Now I need it to act like a frames site. I want the links in the left hand column to open web content in the center main body. This is reminiscent of the old frames command "target=sample.html".

    Can someone explain to me how this is done in CSS?

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    You'd need to use AJAX.
    Corrections to my coding/thoughts welcome.

  3. #3
    Join Date
    Sep 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can you be more specific? Perhaps a link to a tutorial or something. I'm rather new to the whole CSS thing and Googling AJAX just opened more questions than answers.

  4. #4
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Well it's more technical you're going to need to get the content of the other page and display it into a div on your current page to display it as you want.

    http://www.w3schools.com/Ajax/ajax_x...quest_send.asp

    This is one tutorial. I think you can get the content global but not sure, never sent an ajax request directly to another server. I send it to php usually, and let php get the content change it around then get it back and display it...
    Corrections to my coding/thoughts welcome.

  5. #5
    Join Date
    Sep 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yea, as I look at it and see the technical difficulty involved I am beginning to believe this is a bit more than I can handle at the present time. This website is for a non-profit organization and I just don't have the time to learn some new form of technology in order to implement it. If I have to move away from the HTML/CSS arena then I will just go with Flash.

    Thanks for the prompt answering of questions guys. Its been a pleasurable experience.

  6. #6
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    I could try and make you an example in a few days if you post a link or code or PM it.
    Corrections to my coding/thoughts welcome.

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
  •