Monday, January 5, 2009

@SetTargetFrame and @URLOpen

To open url in new window using formula language, make use of @SetTargetFrame and @URLOpen

Below is the illustration -

@SetTargetFrame("_blank");
@URLOpen(urlstring)