SoFunction
Updated on 2025-03-08

How to click to open a new window in DropDownList

     
<script type="text/javascript">
            function openwindow(url) {

                if (url != "") {
                    (url);

                }

            }
    </script>