• Hey all,
    I have been trying to get a script to create a new window when linking to a video I have on my server.

    It doesn’t seem to work in wordpress, anyone know why?

    This is code I am using
    <–
    <script type=”text/javascript”>

    function openpopup(popurl){
    var winpops=window.open(popurl,””,”width=,height=,toolbar,location,status,scrollbars,menubar,resizable”)
    }
    </script>

    Click here to open window
    –>

Viewing 1 replies (of 1 total)
  • Thread Starter Anti

    (@anti)

    Or if you guys know of a php plugin that can link to a directory of media that would be cool to.

Viewing 1 replies (of 1 total)

The topic ‘Java pop up to play video’ is closed to new replies.