表单提交上的多个操作
我有一个包含 3 个框架的 .jsp 页面。第一帧包含一个接受用户 ID 的表单。该表单链接到另一个 .jsp,该 .jsp 为用户创建一个令牌并在第二帧中显示他的信息。第三个框架应该从第二个 jsp 获取令牌,该令牌被传递到第三个 jsp,第三个 jsp 返回用户访问的 XML 文件。我如何获得“提交”按钮来打开这两个框架?或者我应该有两个单独的按钮?
I have a .jsp page with 3 frames. The first frame contains a form which takes in a user ID. This form links to another .jsp which creates a token for the user and displays his information in the 2nd frame. The 3rd frame is supposed to take the token from the 2nd jsp which is passed to the 3rd jsp which returns an XML file of the user's access. How would I get the Submit button to open both of these frames? or should I have two separate buttons?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看之前的这个问题,也许会有帮助。它重点介绍在 jQuery 中使用 onClick 函数。
jqueryui 框架对话框和多个按钮
Take a look at this previous question it may be able to help. It focuses on using the onClick function within jQuery.
jqueryui frame dialog and multiple buttons