Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 mraid 广告,其中包括一个表格,供用户提交他的电话号码。该表单正在通过发布操作提交到我网站上的另一个页面。
问题是,在用户点击提交并发送表单后,呈现的新页面无法访问 mraid 对象,所以当我稍后调用 mraid.close(); , 什么都没发生。
有没有聪明的解决方案?
(我希望在提交表单后也能够关闭添加)
谢谢。
提交表单时使用 form.onSubmit 函数关闭窗口怎么样?
http://www.w3schools.com/jsref/event_onsubmit.asp