I have a website that uses frames
one on the left for the menu bar
and one on the right where the pages
are sent to.
On my menu bar I have a button marked
Hot Sale List, when you press this button
it goes to my php3 script, reads a database
and displays the data inside the table.
The problem I'm having is how do I set
the return page target to the right side.
At present when the page returns, it
displays where the menu bar is suppose
to be.
Any help would be appreciated.