call the following function in your onclick event


function openFrame(url,framename)
{
parent.frames[framename].location.href = url;
}