How can I make this script clickable so that when someone clicks on this script it opens up the Popup?--- <script type="text/javascript" src="http://billing.1whost.com/orderbutton/js?&options=1&width=600&theme_color=green&background_color=%23000000&background_opacity=50&bind_selector=.order-button&border_radius=0&product_id=2&loader=2">$11.94 for 6 Months</script> Code (JavaScript):
<a href="javascript:window.open(' http://billing.1whost.com/orderbutton/js?&options=1&width=600&theme_color=green&background_color=%23000000&background_opacity=50&bind_selector=.order-button&border_radius=0&product_id=2&loader=2 ', 'yourWindowName', 'width=200,height=150');"> $11.94 for 6 Months </a> Code (markup): I think this code should work.