If you want my advice, try to avoide frames.
They are good in some cases but ususlly very bad for most.
Is the link to the next page constant or dynamic?
you should do something like :
Code:
<A HREF="http://www.mydomain.com/mypage.php?var1=1&var2=3">Next Page</A>
This will navigate to the next page in the current frame.
If you need to navigate to a diffrent frame named "OtherFrameName" try :
Code:
<A HREF="http://www.mydomain.com/mypage.php?var1=1&var2=3" TARGET="OtherFrameName">Next Page</A>
if the links are dynamic you just build them in your PHP code.
_________________
Sincerely
berber
Visit the Weber Sites Today,
To see where PHP might take you tomorrow.
PHP code examples :
http://www.weberdev.com
PHP & MySQL Forums :
http://www.weberforums.com/
Learn PHP Playing Trivia
http://www.webertrivia.com
Search for PHP Code Examples
http://www.php-code-search.com