Hi ,
I am trying to open a modal window but if t he window is already opened i need to just set the focus back .
The Code is working fine in one environment but not live system
on live system every time a window gets opened irrespective of an existing window.
What i Assume is that
[CODE=javascript]htp.p(' function disp() {');
htp.p(' MyTimeOutWin = window.open("", "TimeOut")' );...
User Profile
Collapse
-
window object not working correctly
-
Close a window with frames without confirmation message.
I need to close a window after unsuccessfull password attempts, the problem is the window has frames and is not opened using javascript.
When trying to close the window confirmation message, i want to avoid that message .
"window.ope ner = self" will not work as the window contains frame.
No activity results to display
Show More