-
Link to URL address
actionCommand ("gotoUrl", url, window, linkName)
// go to URL address. You can track clicks in statistics.
// url: STRING - complete address with http (required)
// window: STRING - window method (_self , _blank , _parent , _top); default value: "_blank" (optional)
// linkName: STRING - for statistic, use web safe characters, max 30 (optional)
// example: actionCommand ("gotoUrl", "http://www.citadela.si", "_blank")




