How to Make Pop-Up link on Dolphin Page

I need a URL link to have a certain size window pop up.  I have a "pop-up" javascript code but requires to put half the code inside <head> </head>.  Don't know where to do that.  Does anyone else have pop-up code that works for Dolphin pages?

Quote · 6 Jun 2009

Well you can insert code that would be put in between the head tags of all dolphin pages by inserting it in templates\base\_header.html

https://www.deanbassett.com
Quote · 6 Jun 2009

You can do some cool things with Lytebox/Lyteframe.

You can see a demo here: http://houstonlively.com/directory.php   Do a search for 'golf' and click on the sample ad that I created.  You can see Lytebox in action by clicking the thumbnails.   You can get a look at Lyteframe by scolling down to the Google map and clicking on "View Larger Map" or the Website link "Click Here" to the right of the map.  Let me know if this is close to what you're looking for.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 6 Jun 2009

Thank You DEANO92964.  That header information worked.  Here's pop-up code for Dolphin users.

IN YOUR "templates\base\_header.html" paste this just BEFORE </head>:

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>

THEN IN THE BODY, PASTE THIS WHERE YOU WANT IT (using HTML BLOCK in Admin Page Builder):

<a href="javascript:;" onclick="MM_openBrWindow('http://www.your link.com','anynamehere','width=625,height=450')"><img src="http://yourimagelink.com/images/image.jpg" width="402" height="263" border="0" /></a>

Quote · 6 Jun 2009
 
 
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.