Make this script clickable?

Discussion in 'Programming' started by degreubiwa, Feb 3, 2019.

  1. #1
    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):

     
    degreubiwa, Feb 3, 2019 IP
  2. RSSeosolution

    RSSeosolution Banned

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    140
    #2
    <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.
     
    RSSeosolution, Feb 4, 2019 IP