Question : Javascript and Mozilla

For some reason, the code below works perfectly in IE...but NOT in Mozilla Firefox.

Any ideas?
1:
2:
3:
4:
5:
6:
7:
8:
<script type="text/javascript">
         function OnClientClose(sender, eventArgs) {
             window.location.reload();
             var tabStrip = $find('<%= procTab.ClientID %>');
             var tab = tabStrip.findTabByText('Offer');
             tab.set_selected(true); //The same as tab.select();
         }
     </script>

Answer : Javascript and Mozilla

I found a workaround and have submitted a support ticket to telerik.

How should I handle this question folks?

Random Solutions  
 
programming4us programming4us