I have a bit of Java below that fires when they move to tab 6. It works fine on my machine but I have tried it on other machines and it hasn't fired. We are both using IE 7. I am using the Jan 2007 version of Telerik.
Is there anything else I should be checking? Is there a setting that I might have turned on and he might have turned off. Testing on 5 machines so far has it working on my two and not working on the other 3.
Thanks
Randy Miller
TransGuardian
Is there anything else I should be checking? Is there a setting that I might have turned on and he might have turned off. Testing on 5 machines so far has it working on my two and not working on the other 3.
Thanks
Randy Miller
TransGuardian
function OnClientTabSelected(sender, eventArgs) {
var tabs = eventArgs.get_tab();
if (tabs.get_index() == 5) {
var ajaxManager = $find('<%= RadAjaxPanel1.ClientID %>');
ajaxManager.ajaxRequest(
"FillOutSummery");