How do you open a new browser window in a popup from a record producer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2018 09:09 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2018 12:09 PM
Is this possible in a glidedialogwindow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2018 01:51 PM
I'm not familiar with that...but I'll see what documentation there might be