okay, i want a link to open up two different pages in two different frames. for ex. let's say, click here was a link, when you click, frame left would open left.htm and frame right would open right.htm, can this be done in php or any other language
Javascript can do that.
maybe you can use a frameset which contains 2 frames which will call leftframe and rightframe when it was loaded.