Click to See Complete Forum and Search --> : dialogArguments


leomgr
08-28-2003, 05:06 AM
i use this statement in IE 6 with lastest patch and didn't work, is there any way???

var callerWindow = dialogArguments;
callerWindow.location.href="http........."

Khalid Ali
08-28-2003, 07:31 AM
chances are that callerWindow is not an object...so take a look at that if the window is being created.

then use this

callerWindow.location.href = "http://....";