Search tab to appear first in WebHelp
Posted: Thu Mar 20, 2014 5:18 pm
Is there a way to have the Search tab appear by default instead of the Content tab when users open our WebHelp?
Thank you.
Thank you.
Code: Select all
<body onload="javascript:showMenu('content');">
Code: Select all
<body onload="javascript:showMenu('search');">