Skip to main content

Search

Javascript for Popup Window

Comments

1 comment

  • Official comment
    skybow Support

    Hi Dan Thale,

    you can achieve that using our "Execute Script" Action with the following script:

    var url = [[@Web.ServerRelativeUrl]]+'/Lists/YourListName/DispForm.aspx?ID='+[[ID]];
    window.open(url,'popUpWindow','height=300,width=400,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes');

    Kind regards

Please sign in to leave a comment.