I am using javascript branch so that I can open in a new tab and this works fine in a dynamic action executing javascript:
javascript:var myval=window.open('www.google.com','_blank');
However, I need to have this work where a page item (or other construct) hold the value of the url I am calling (so that I can include parameters).
Any suggestions?