popup with stop and start countdown

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • delphi
    New Member
    • Apr 2011
    • 1

    popup with stop and start countdown

    Hi all,

    I need help. I am new in javascript programming. And I had problem when I try to make a popup which showing another site. I had seen on few RL site.
    And I need to stop the countdown timer until user click any links on the site in the popup and counting again, if can, then back to main window. How to do it?

    Thanks before
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    if the popup contains a page from another domain you cannot do it due to the same origin policy of JavaScript ... because of cross site scripting issues ...

    kind regards

    Comment

    Working...