Hdwest61
120 pts. | Oct 2 2009 7:55PM GMT
Couldn’t get that to work, but I ended up with this
function runAgent() {
self.location.href=’AgentName?OpenAgent’;
}
<input type="button” value="Button Text” class="submit” onClick="runAgent();”>
Kcarver
40 pts. | Oct 8 2009 2:44PM GMT
If want to use formula:
@URLOpen(”/”+ @WebDbName+”MyAgent?OpenAgent&Var1="+value+”&Var2="+value2)
where “MyAgent” is the name of your agent and “&Var1=value” is a normal querystring, if needed.






