function openIT(value,value1)
{
var file='production/index.php?planet='+value+'&type='+value1;
window.open(file,"","fullscreen",scrollbars=0);
}
I got that script and it opens a window, but what I wanna do is load a document in to an already existing frame can this be done?
{
var file='production/index.php?planet='+value+'&type='+value1;
window.open(file,"","fullscreen",scrollbars=0);
}
I got that script and it opens a window, but what I wanna do is load a document in to an already existing frame can this be done?

Comment