J
john woo
Hi
I'm stuck on setting a target for current page. say, the following
function is called
function Call_OnClick(index, nValue, PageID, TargetFrameID)
{
document.InputForm.PAGEID.value = PageID;
if ( TargetFrameID != null )
document.InputForm.target = '_new';
document.InputForm.submit();
}
to open another broswer. after this, the parent GUI doesn't display all
the component, few of bottons are gone. without exacuting the above
function, all are fine. I think it's the target setting problem (all
pages are governed by controller in this project).
Can anyone tell about this issue?
I'm stuck on setting a target for current page. say, the following
function is called
function Call_OnClick(index, nValue, PageID, TargetFrameID)
{
document.InputForm.PAGEID.value = PageID;
if ( TargetFrameID != null )
document.InputForm.target = '_new';
document.InputForm.submit();
}
to open another broswer. after this, the parent GUI doesn't display all
the component, few of bottons are gone. without exacuting the above
function, all are fine. I think it's the target setting problem (all
pages are governed by controller in this project).
Can anyone tell about this issue?