Hi Friends..  I m first time involving in ASP.NET project deployment. I have problem with my javascript code.

 For calculation purpose i used javascript code.. But on IIS its not running...I dont know the reason.  Can anyone help me please... Its urgent ...

<%@ Page Language="C#" MasterPageFile="PharmacyMaster.master" AutoEventWireup="true" CodeFile="PoOrder.aspx.cs" Inherits="PoOrder" Title="Purchase Order"  %>



 
 



   Height="20px" Width="69px" AutoPostBack="True" onblur= "Calculate();" >
 
 
 
    Height="20px" onblur= "Calculate();" OnKeyPress= "return Numeric(event)" 
  AutoPostBack="True" >

 
 
 
   
 
    Width="69px" onblur= "Calculate();" AutoPostBack="True" Height="20px">
   
 
    Height="20px" Width="92px" onblur= "Calculate();" AutoPostBack="True" >
 
 





Above is my sample content page... is it right or i need to do any modification???