• Hello,

    In your plugin there is a possibility of bringig the popup up with a link like Open window

    Is there the same possibility with a javascript condition?

    We have a script that looks like

    if ( condition ) {
    popup window gets called}

    How can we bring up the popup this way? Thank you in advance.

Viewing 1 replies (of 1 total)
  • Plugin Support gonzalesc

    (@gonzalesc)

    Hi.

    You must use the variable global SPU.

    if(condition) { SPU.show('324'); }
    
    if(condition) { SPU.hide('324'); }

    Where 324 is the Popup ID.

Viewing 1 replies (of 1 total)
  • The topic ‘Show popup with javascript’ is closed to new replies.