Well, as I said, it has no onload command. This is what happens as the page loads (not onload) though:
Code:
<script type="text/javascript">
//Start Ajax tabs script for UL with id="maintab" Separate multiple ids each with a comma.
startajaxtabs("maintab")
</script>
As long as you have that below the the HTML markup for the tabs, the script should work on any page as long as there is no conflict with another script(s).
I think what may have you confused is that there can be other conflicts between two scripts. The onload conflict is a common one but shared function names, variable names and other things can also cause conflicts between two scripts.
Either that, or you are looking to resolve a conflict that doesn't exist.
Bookmarks