My website uses java to slide the content in and out using function
<a href="javascript:showPage('_search.php', '');" id="search"> Search </a>
i have tried to get the search bar working using virtual header and footer which does work. all links don't work as site requires the above function for content.
so could all the results be appended with the required function to make the links work. and could this function be used rather than having to use virtual header and footer
<a href="javascript:showPage('_search.php', '');" id="search"> Search </a>
i have tried to get the search bar working using virtual header and footer which does work. all links don't work as site requires the above function for content.
so could all the results be appended with the required function to make the links work. and could this function be used rather than having to use virtual header and footer
Comment