Posted by R on 08/23/06 13:58
Erwin Moller napisal(a):
> R wrote:
> understand, why not change m=23 to muduleid=23, and change the name in the
> receiving serverside script form m to moduleid?
> Probably only 1 point where it says something like:
> $moduleid=$_GET["m"];
> to
> $moduleid=$_GET["moduleid"];
Well I have already over 200 links with m=moduleID on the main site
with users sites it would be something like 1 000 links with the 'm'
parameter ;)
and that's the bigest problem...
I've been also through the PHP source of HTML_AJAX, I can change the
$this->ajax->_getVar('m');
to something like:
$this->ajax->_getVar('ajaxmethod');
but I'm not that familiar with JavaScript to deal with the JavaScript
part of HTML_AJAX extension
I simply can not find the line in witch serverUrl is created and AJAX
parameters added ( c for class,
m for method and so on)
best regards
R
[Back to original message]
|