Hi,
I need to add a new tab in my FormView but only for a specific site (particular SiteID (the info can be taken from Profile settings). The tabs are implemented using some custom code written by my colleague in this way
<label class="link" id="tab5" onclick="showReport(5,5)" title="Family Info">
Family Info</label>
My question is: how can I make the last 5 in showReport(5,5) to be variable depending on SiteID ?
Thanks in advance.
I need to add a new tab in my FormView but only for a specific site (particular SiteID (the info can be taken from Profile settings). The tabs are implemented using some custom code written by my colleague in this way
<label class="link" id="tab5" onclick="showReport(5,5)" title="Family Info">
Family Info</label>
My question is: how can I make the last 5 in showReport(5,5) to be variable depending on SiteID ?
Thanks in advance.