Re: cfchart or webcharts3D

2010-04-17 Thread Leigh
how this can be done in cfchart or webcharts3D?  For CF8, you could do something like this using a custom style: http://i.imagehost.org/0887/chartIdeal1_viaWebcharts.png http://i.imagehost.org/0272/chartIdeal1_viaCFChart.png But use a scatter series instead. In your custom style, use the

Binding a value to a button

2010-04-17 Thread Chad Baloga
I have a page which has 2 select boxes. At the bottom on the page I have a button which has an onclick in it. I want to pass the 2 values from the select boxes to my onclick page. How can I do this? I tried binding in the onclick but that did not work. Thanks

Re: Binding a value to a button

2010-04-17 Thread Azadi Saryev
you will need to use js for this. select id=select1.../select select id=select2.../select input type=button onclick=somefunction(document.getElementById('select1').value, document.getElementById('select2').value) value=Click Me / or if you are using jquery, then: input type=button

Re: Binding a value to a button

2010-04-17 Thread Chad Baloga
Here is my code: cfinput type=button name=Edit value=Edit onclick=parent.location='index.cfm?action=var1editInfo=YesBtnPush=editstartRowInfo=#url.startRowInfo#' I want to add another variable which is coming from a cfselected value on the page above this button

Re: Binding a value to a button

2010-04-17 Thread Chad Baloga
I figured it out... cfinput type=button name=Edit value=Edit onclick=parent. location='index.cfm?action=var1editInfo=YesBtnPush=editstartRowInfo=#url.startRowInfo#MYNEWVAR='+document.getElementById('newvarId').value; Thanks for the tip

Re: CF9 64-bit fails requiring reinstall

2010-04-17 Thread Kris Jones
FYI, we found the issue with this: After a third developer did an install with the exact same result, running diff on configuration files against a clean install showed the problem. Each developer had previously been running CF8. Created a .car file of their settings. Uninstalled CF8, rebooted.

RE: CF9 64-bit fails requiring reinstall

2010-04-17 Thread Rick Faircloth
I had the exact sample problem installing CF9 after having CF8 installed. I just ignored the .car file and set up everything manually. I had no previous experience and there weren't too many settings. Definitely a problem... Rick -Original Message- From: Kris Jones