One suggestion that I have is to use curl to get the web page that you want, put that into a buffer variable and then when you click on the link to the second page, you would then output the variable to the "page".
-Brent ----- Original Message ----- From: "Michael Gale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 28, 2004 12:05 AM Subject: [PHP] html tabs > Hello > > I was working on a web site that will be using TABS, the page will have > three TABS. > > All the data will be dynamic on all the pages, the first tab will be a > search page. After submit is hit the page will be reloaded to display > the results. > > Each result will be a link to detailed information about the result you > clicked on. Can I make is so the link loads the page in the second tab ? > > Thanks. > > > -- > Hand over the Slackware CD's and back AWAY from the computer, your geek > rights have been revoked !!! > > Michael Gale > Slackware user :) > Bluesuperman.com > > > -- > Hand over the Slackware CD's and back AWAY from the computer, your geek > rights have been revoked !!! > > Michael Gale > Slackware user :) > Bluesuperman.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

