Jump to content

capsulecore

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

capsulecore's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ive been looking for a way to open a link on a page without having the whole page reload. For example the link would be in the navigation, (part of the header include) and would swap out the include for the body: <?php include(header.txt);?> //would have the link [color=red]<?php include(home.txt);?>[/color] //link would change this to:  [color=green]<?php include(info.txt);?>[/color] <?php include(footer.txt);?> Is there any way to do this that isnt overly complicated? I've tried using layers but the layers wouldnt properly resize the page, same with iframes.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.