Linkage between two scripts

Posted on 16th Feb 2014 by admin

Okay say I have this for a link in a script:

Code: <li><a href="#" onclick="ajaxpage('bio', 'content'); return false;">Bio</a></li>
however...

I want it to go to backstagefunctions and call say the bio function. How would I write that then?

Other forums