This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 问个AJAX的问题哈,各位帮忙,多谢!
-from_zero(0,1,2...n);
2008-2-1
{920}
(#4231645@0)
-
up一下,问题就是在 Ajax dynamically 生成的input field里,输入something 然后submit,但输入的值始终无法submit
-from_zero(0,1,2...n);
2008-2-1
(#4232291@0)
-
Shouldn't be a problem, make sure you added the field inside the submitted form.
-canadiantire(轮胎 - Do It Now);
2008-2-1
(#4232322@0)
-
你的Input只有name没有ID,用getElementById得不到值。
-dzhu(Daniel);
2008-2-13
(#4260285@0)
-
写成<input type=text id=myField name=myField value="">
-dzhu(Daniel);
2008-2-13
(#4260293@0)