feherke
I define select in js:
myselect = document.createElement("select");
and in another page. I use php to get the value selected:
echo $_GET['myselect'];
but it print nothing :(
----------------------------------------
vacunita
thanks !!
I will try it ..
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 ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.