Can my custom calculation script output hyperlink?
i have developed custom calculation script want output " click here find referral form" hyperlink. possible?
var contact = this.getfield("contact").valueasstring;
var area = this.getfield("area").valueasstring;
var form = this.getfield("form").valueasstring;
var type = this.getfield("type").valueasstring;
if (contact=="yes" && area=="yes" && form=="yes" && type=="form 25") event.value = "1. click here find request form 2. complete form , take nearest supervising centre confirmation 3. report notation immediate supervisor/manager , on system 4. contact on xxx if unsure";
// etc.
thanks in advance
you can set mouseup event of field launch web-page, depending
on field's contents, can't add actual hyperlink it.
on fri, oct 30, 2015 @ 2:29 pm, tbrookes1980 <forums_noreply@adobe.com>
More discussions in JavaScript
adobe
Comments
Post a Comment