WebButton issue

4 replies. Last post: December 1, 2010 10:29 PM by Frank Bruce
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Frank BruceMember
When I use WebButton  as a client button:

<ISWebDesktop:WebButton ID="WebButton1" runat="server" Height="20px" Width="46px"
Text="save" OnClientClick="test()" AutoPostback="false">
</ISWebDesktop:WebButton>                                                             
<script>
function test()
 {alert(1);}
</script>

The WebButton1 display normal on IE8.0,but it display  unnormal  on firefox 3.6.10.

(when I click the WebButton1 ,the page will be refreshed,how to  avoid it?)

 

All times are GMT -5. The time now is 2:26 AM.
Previous Next