HELP ME! Pop up home in Dolphin 7.1.4

Below the code I used in an HTML block to put a pop up that should open when you click "listen now."

But it opened! What should be changed to work as I want?

  <A href = "javascript: window.open (
                . ? Http :/ / media.spacial.com / player / cheapeststream / index.html sid = 11453 ',' Player ',' width = 360, height = 310 ') Focus (); "> Listen Now </ a>

Block HTML.JPG · 15.6K · 218 views
Quote · 23 Aug 2013

Code as posted cannot be tested. To many errors and inaccuracies. Does not work for me at all.



https://www.deanbassett.com
Quote · 23 Aug 2013

You would want to use an onclick instead of the javascript link.

The following are from the net, they are code snippets by the way but might help in understanding. Search the net to learn more.

<a href="page.html" onclick="open('page.html'); return false"

and from the same place:

<a href="page.html" onclick="return openWindow(this)"

and the code:

function openWindow(linkObj)
{
    open(linkObj.href);

    return false;
}

Geeks, making the world a better place
Quote · 23 Aug 2013

this should work for you

 

<a href="http://media.spacial.com/player/cheapeststream/index.html?sid=11453" onclick="javascript:void window.open('http://media.spacial.com/player/cheapeststream/index.html?sid=11453','1377279387596','width=360,height=310,toolbar=0,menubar=0,location=0,status=0,scrollbars=0,resizable=1,left=0,top=0');return false;">Listen Now</a>

caredesign.net
Quote · 23 Aug 2013

 Works perfectly!!

thanks for your help

isso deve funcionar para você

 

<A href = "http://media.spacial.com/player/cheapeststream/index.html?sid=11453" onclick = "javascript: void false; "> Ouça agora </ a>

 

Quote · 29 Aug 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.