Click to See Complete Forum and Search --> : navigation between windows


lwbadea
02-18-2003, 08:14 AM
I am not a javascript specialist; I am an oracle dev using oracle portal which has javascript handler facility.

My problem :

From a form A , I am going to form B , but in a new window; I do not want to open a new browser window for form B , but to display it in the same window already opened.

Thanks

Lawrence

lwbadea
02-18-2003, 10:09 AM
I've done window.open(url,"_self"); but is still opening a new window and keeping the original open.

Lawrence