I am using window.open to launch a link from within an iFrame. Here is my code to launch the link:
=iif(Fields!budgetid.Value>1,"javascript:void(window.open('"+"http://test/forms/Su....aspx?BudgetId=" & Fields!budgetid.Value & "'))","")
The link is showing up in my iFrame, but when I click the link nothing happens. If I right click, copy the shortcut, and paste into another browser tab the link does work.
The link is actually on a SSRS report rendered within that iFrame. When I run the report outside of the iFrame, the link works fine. Is there something Javascript related that I can do to make the link work from within the iFrame?
Thanks,
jamey8420