用ajax传递变量给PHP(使用了smarty),提示未定义变量 JS源码: function get_value_optgroup(form){ var opts; var subject_class; var url; opts=sub_class.options[sub_class.selectedIndex].parentNode.attributes; subject_class=opts["label"].value; //--------------------------------------- //使用ajax发送选中的运算类 url = "compute.php?subject_class="+subject_class; xmlhttp.open("POST",url,true); //--------------------------------------- }
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn