Formidable.Classes.Link=Formidable.Classes.RdtBaseClass.extend({getLabel:function(){return false},replaceLabel:function(a){this.domNode().innerHTML=a},follow:function(a){if(a)this.oForm.displayLoader();var b=this.domNode().getAttribute("href");if(b.substr(0,11)=='javascript:'){eval(b.substr(11,b.length));return}if(b.substr(0,window.location.protocol.length)!=window.location.protocol)b=this.oForm.getBaseUrl()+b;window.location.href=b}});
