hi
I create select(commbo) by javascript.
and I create options inside the select ..
and here the examble:
myselect = document.createElement("select");
theOption=document.createElement("OPTION");
and it work fine
but the problem is when I try to print the names or ID of the
the select ...
I can't use php to get the values what chosen by the user ..
I want to give the select name and ID to use (GET or SET) by php to take the values selected by user...
I create select(commbo) by javascript.
and I create options inside the select ..
and here the examble:
myselect = document.createElement("select");
theOption=document.createElement("OPTION");
and it work fine
but the problem is when I try to print the names or ID of the
the select ...
I can't use php to get the values what chosen by the user ..
I want to give the select name and ID to use (GET or SET) by php to take the values selected by user...