open.window()

wwilliams
edited February 11, 2022 in Analytics #1
What would be the proper syntax to use this within a report?
Thx

Comments

  • johnw
    edited December 31, 1969 #2
    From within a Text element set to HTML.
    Warning No formatter is installed for the format ipb
  • wwilliams
    edited March 1, 2012 #3
    <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
    edited December 31, 1969 #4
    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.
    Warning No formatter is installed for the format ipb