Nico Bijl - 2008-11-08 19:13:56 -
In reply to message 1 from Er. Rochak Chauhan
hi rochak, i also have a little problem with my script, a different problem though... Also i change it but i think the solution should be the same if i didnt change the scripts, here my problem:
I want to sent some data, (for form validation)
my function i like this:
function sendReq(serverFileName, divId, variableNames, variableValues) {
this is where i call the function:
sendReq('include/ajaxart.php', 'submit', 'submit, value', this.value, 'doei')
well as you maybe see the problem is with the quoting. The values of the variableValues will be the this.value and some random text. but now i dont know how to quote the this.value code because it only works nonquoted
so maybe i should use an array??? if yes how? how can i make sure the this.value code still works even in an array?
Please help!!!
Thanks,
Nico