post #1
07 August 2006, 20:16 UTC#1
Im making myself a personal site and I was wondering how to make an link open something in an iframe on the same page, so that I don't have to make multiple pages.
example of what I mean...
'index.php' with an iframe which contains all the content, named: 'index.html'
and usually it would be like....
'index.php' click on 'contact us' it opens...
'contact.php' with an iframe which contains the content name: 'contact.html'
I want it like this.....
'index.php' containing iframe of 'index.html'
click on a nav link 'contact us' makes this happen...
'index.php' with iframe of 'contact.html'
So that I don't have to make 2 files for each link.
Some help would be greatly appreciated.
example of what I mean...
'index.php' with an iframe which contains all the content, named: 'index.html'
and usually it would be like....
'index.php' click on 'contact us' it opens...
'contact.php' with an iframe which contains the content name: 'contact.html'
I want it like this.....
'index.php' containing iframe of 'index.html'
click on a nav link 'contact us' makes this happen...
'index.php' with iframe of 'contact.html'
So that I don't have to make 2 files for each link.
Some help would be greatly appreciated.
