Home
Analytics
open.window()
wwilliams
What would be the proper syntax to use this within a report?
Thx
Find more posts tagged with
Comments
johnw
From within a Text element set to HTML.
wwilliams
<blockquote class='ipsBlockquote' data-author="'johnw'" data-cid="97033" data-time="1330534354" data-date="29 February 2012 - 09:52 AM"><p>
From within a Text element set to HTML.<br /></p></blockquote>
I had tried that and I have since tried additional variations and can't open a new window. Any other suggestions?
johnw
Take a look at the following example.
1. Its window.open, not open.window.
2. You need it inside of either a script tag or in the event handler of an element.
You can see the markup used to get it to work in the Text element.