This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / javascript 求助 pop up window有一个survey form.
十个问题,每个问题有strongly agree, agree... disagree, strongly disagree 等几个radio button
要求 当用户点击 disagree and strongly disagree 时,跳出一个POP UP window, user can input comment. 该怎么写?小窗口的值如何传到大窗口呢
谢谢帮助
-uzitea(我爱柚子茶);
2006-7-13
{258}
(#3077562@0)
-
打开window用window.open(); "小窗口的值传到大窗口", 用form, post.
-canadiantire(轮胎-cui bono?);
2006-7-14
(#3078355@0)
-
别搞的这么复杂, 就是用prompt 函数.
-yimingma(2006);
2006-7-14
(#3078448@0)
-
here's some of my code used. please modify it to match your case....
-tootoo(倚老卖老);
2006-7-14
{1702}
(#3078880@0)
-
I'll try, thanks a lot!
-uzitea(我爱柚子茶);
2006-7-14
(#3080068@0)