|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/13/2007 12:38:58 AM
Posts: 2,
Visits: 3
|
|
I use ASP, COM+ to build ASP pages with the charts (dataXML).
It works fine except the javascripts.
The cursor change to 'Hand' when move-over the chart element. but it do nothing when I click it.
the code is like here. any help?
The code is very simple like
strXML = " "
Call renderChart("/assets/charts/Bar2D.swf", "", strXML, "PremiumDue", 400, 300, false, false)
p.s. i upload a simple asp (should change the extension from txt to asp)
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/13/2007 12:38:58 AM
Posts: 2,
Visits: 3
|
|
i work out this.
it should be sth like
link='javaScript%3AsubmitForm1%281199,100%29%3B'
|
|
|
|