SiteOriginButton open a Url depending on user input
Hi, I have added a SiteOriginButton on my site and added a OnClick JavaScript that open up a URL when clicking: window.open(“http://www.expressen.se/sport”,”Test”,”toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=no,width=800,height=600,top=50,left=200″); This works great but I need to have a textbox so user can enter part of the URL,…