aprestong
08-03-2006, 04:43 PM
Hi everyone-
I'm including php pages in <div> tags using include('pagename.php') -
I'm using the <div>s so I can have a little tab navigation system...
One page I am including uses GET actions in navigation (previous, next, etc.) - but when these navigation links are clicked, it opens the URL and exits the page that uses the <div>.
Is there any way to keep it all in that <div>? In other words, I want to be able to navigate around in my included page while still displaying the tabs for navigation at the top.
Any suggestions?
Is there a way to tell it to include 'pagename.php' and anything else (i.e. 'pagename.php?skip=whatever_number'
I hope I am being clear enough... Thanks, everyone..
I'm including php pages in <div> tags using include('pagename.php') -
I'm using the <div>s so I can have a little tab navigation system...
One page I am including uses GET actions in navigation (previous, next, etc.) - but when these navigation links are clicked, it opens the URL and exits the page that uses the <div>.
Is there any way to keep it all in that <div>? In other words, I want to be able to navigate around in my included page while still displaying the tabs for navigation at the top.
Any suggestions?
Is there a way to tell it to include 'pagename.php' and anything else (i.e. 'pagename.php?skip=whatever_number'
I hope I am being clear enough... Thanks, everyone..