Displaying 2 results from an estimated 2 matches for "proddes".
Did you mean:
prodded
2010 Mar 24
2
Multi-panel Pie Charts.
Hi All,
I'm trying to find out a way to plot multi-panel pie charts. It may not be
the best way to present data, but I would still need one.
1. Is anyone aware of some in-built script/function which can do this for
me. I'm aware of one given in Deepayan's book, but anything apart from this?
2. I tried using Deepayan's script on following data set but it doesn't seem
to work
2006 Mar 01
1
prototype.js ajax w/ post - how to send ''+'' character
...rch(element)
{ new Ajax.Request(''ajax-search.php'',
{ method: ''post'',
postBody: element.name + ''='' + escape(element.value),
onComplete: showResponse
});
return false;
}
ajax-search.php just echos (for testing right now)
$_POST[''proddes'']
''neoflex standard output -green''
This demo does the same thing if you enter something like ''+jack'' or
''jack+jill''
http://24ways.org/examples/easy-ajax-with-prototype/
http://24ways.org/advent/easy-ajax-with-prototype
any ideas?
Ch...