Hi,
This is the code snippet,
in this, i have to pass these three javascript variables, to file1.php with appending above variable, but problem is that i am getting value of acthf.value variable on file1.php but not getting rest two variables. is there any better solution to append rest variables, i need urgent solution on this can anybody please?
Rushi.
This is the code snippet,
Code:
function notEmpty()
{
{"data-file":"file1.php?p="+act.value+"&q="+inact.value+"&r="+dis.value}
}
Rushi.
Comment