How do I activate more than one state in advanced html
Posted: Fri Nov 10, 2017 10:59 pm
I have this code to use in an Advanced HTML Component to link to a State:
<a href="" onclick="window.parent.site9.PageStateMgr.getState('500').setValue('1');">
My question is, how do I make that link work for multiple states at once?
<a href="" onclick="window.parent.site9.PageStateMgr.getState('500').setValue('1');">
My question is, how do I make that link work for multiple states at once?