Button code to call URL
I am needing the below button code to call a URL.
The standard refers to calling a java script.
<bi:BUTTON type="COMPOSITE" index="2" >
<bi:CAPTION value="Supporting Data" />
<bi:ACTION type="CHOICE" value="SCRIPT_FUNCTION" >
<bi:SCRIPT_FUNCTION value="javascript:onclick=fn()" />
</bi:ACTION>
</bi:BUTTON>
Thanks.
|