Quote:
Originally Posted by kh99
ETA: On my test site there's one custom tab (added by a modification), and it's got it's own template. In that case it would be easy because the javascript "toggle_collapse" call is in the template code. If you know what GMap method would refresh the map, you could try putting it in there after the toggle_collapse();
|
Here the code of "toggle_collapse"
Code:
onclick="return toggle_collapse('vbgooglemaps_ul')"
The function i want to call is "Load_Map"
but how?