How do you open a new browser window in a popup from a record producer?

patricksmithlat
Mega Contributor

Hi all,

I'm trying to put a hyperlink into the HTML script of a record producer that links to new web page shown in a popup.  I don't want to open the page in a new tab.  I'm seeing lots of script examples but when I enter them into the HTML script section on the record producer, it's not liking it and deleting it.

Here's what I'm shooting for:

<p class="plus"><a  style="text-decoration:none; color:#ffffff;" onclick="window.open('/cms/phone.do', '_blank', 'location=no,toolbar=no,menubar=no,scrollbars=yes,width=760,height=730');     return false;" href="#">

this works in the script of a dynamic content block, but not in the HTML source code section in the "Description" field of a record producer.  Any ideas how to get this to work?  

I've know that target="_blank" opens a new tab...I need something that opens up a popup that I can define the size of like above.

thanks!

6 REPLIES 6

johansec
Tera Guru

 

Is this possible in a glidedialogwindow? 

I'm not familiar with that...but I'll see what documentation there might be