Garadon
07-01-2002, 11:06 AM
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?
:confused:
{
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?
:confused: