hifen

Members
  • Content count

    4
  • Joined

  • Last visited

About hifen

  • Rank
    Forum Newbie
  1. Microsoft VBScript runtime error '800a000d' Type mismatch: 'renderChart' /nexweb/nany3.asp, line 140 i think it is probably due to i don't know how to include the file: fusioncharts.asp. what's that mean? my code is below: Dim cost1,cost2 cost1 = Int(Request.querystring("edemand")) cost2 = Int(Request.querystring("eprice")) Dim strXML strXML = "<chart caption='Sales by Product Category' subCaption='For this week' showPercentValues='1' pieSliceDepth='30' showBorder='1'>" strXML = strXML & "<set label='Soups' value='" & cost1 & "' />" strXML = strXML & "<set label='Salads' value='" & cost2 & "' />" strXML = strXML & "</chart>" Call renderChart("../nexweb/FusionCharts/Pie3D.swf", "", strXML, "Sales", 500, 300, false, false)
  2. help

    hey, i still have the same problem. I think it is caused by i don't know how to include the "fusioncharts.asp", please help me. Hurry up. Thanks so much.
  3. help

    Microsoft VBScript runtime error '800a000d' Type mismatch: 'renderChart' /nexweb/nany3.asp, line 140 what's that mean? my code is below: Dim cost1,cost2 cost1 = Int(Request.querystring("edemand")) cost2 = Int(Request.querystring("eprice")) Dim strXML strXML = "<chart caption='Sales by Product Category' subCaption='For this week' showPercentValues='1' pieSliceDepth='30' showBorder='1'>" strXML = strXML & "<set label='Soups' value='" & cost1 & "' />" strXML = strXML & "<set label='Salads' value='" & cost2 & "' />" strXML = strXML & "</chart>" Call renderChart("../nexweb/FusionCharts/Pie3D.swf", "", strXML, "Sales", 500, 300, false, false)
  4. help!!!!

    Microsoft VBScript runtime error '800a000d' Type mismatch: 'renderChart' /nexweb/nany3.asp, line 140 what's that mean? my code is below: Dim cost1,cost2 cost1 = Int(Request.querystring("edemand")) cost2 = Int(Request.querystring("eprice")) Dim strXML strXML = "<chart caption='Sales by Product Category' subCaption='For this week' showPercentValues='1' pieSliceDepth='30' showBorder='1'>" strXML = strXML & "<set label='Soups' value='" & cost1 & "' />" strXML = strXML & "<set label='Salads' value='" & cost2 & "' />" strXML = strXML & "</chart>" Call renderChart("../nexweb/FusionCharts/Pie3D.swf", "", strXML, "Sales", 500, 300, false, false)