I want to invoke one or several functions (depending on user choices) when a "3DArea" tab is selected/clicked.
eg An_US_SUMlev() & An_JAP_SUMlev() (NB functions need to be listed in "stacked" format rather than all on one line)
The code below achieves this but I am getting "Error on Page" messages in IE8 ("Object does not support this object or method") but not other browsers !
But when the functions are invoked manually via a simple button instead i get NO IE8 errors !!?
(this suggests function codes is OK - so no function code shown here) Why ?
Any simple way to elimanate these error messages in IE8 by tweaking jquery tab coding below ?
Or can this PARTICULAR error be suppressed in IE8 ?
(Any sources of more general info on jquery active tabs & events syntax ?)
Thanks