User Profile

Collapse

Profile Sidebar

Collapse
CutCopyPaste
CutCopyPaste
Last Activity: Mar 24 '08, 11:01 AM
Joined: Jan 3 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • CutCopyPaste
    started a topic window object not working correctly

    window object not working correctly

    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")' );...
    See more | Go to post
    Last edited by acoder; Mar 24 '08, 09:03 PM. Reason: Added code tags

  • 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.
    See more | Go to post
No activity results to display
Show More
Working...