Quote:
================================================== =====
function leftMenuClick()
{
var frms = window.frames;
frms[0].contentWindow.location.href = "url1";
frms[1].contentWindow.location.href = "url2";
}
================================================== =====
Sorry to be spoonfed...
My 2 content pages' framenames are "contentpage1" and "contentpage2".
How should I write the whole correct whole syntax? Thanks.