- Oct 13, 2006
- 64
- 0
- 0
okey i have one question..
If i have a code like this in my script section on a html page ...
function createInput(id,value) {
return "Period "+ id +" : <input type='text' name='period' onChange='javascript:saveValue("+ id +",this.value)' value='"+ value +"'>"
}
then I can't pass the value of this form namely the 'period' in my php page like for example $_post[period];
even if, lets say i added the <form method="post"> inside there.
is it possible to do so.
If i have a code like this in my script section on a html page ...
function createInput(id,value) {
return "Period "+ id +" : <input type='text' name='period' onChange='javascript:saveValue("+ id +",this.value)' value='"+ value +"'>"
}
then I can't pass the value of this form namely the 'period' in my php page like for example $_post[period];
even if, lets say i added the <form method="post"> inside there.
is it possible to do so.
