使用 jquery 将表单从离线网页提交到服务器
我创建了一个从 CD 运行的 HTML 自动运行,其中有一个联系表单。我如何将其提交到我的服务器?我认为共同的起源问题给我带来了问题。如果 jquery 方式似乎有效,则没有。
更新: 我想通过ajax提交,jquery会先检查互联网是否连接然后提交。自动运行将加载到 CD 中捆绑的 XULRunner 中,因此运行 javascript 不会成为问题。
I have created an HTML Autorun which run from a CD, there is a contact form in it. How can I submit it to my server? I think the common orgin problem is creating issues for me. None if the jquery ways seems to work.
UPDATE:
I want to submit by ajax, jquery will first check if internet is connected and then submit. The autorun will be loaded in XULRunner bundled in the CD so running javascript won't be an issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为传统的
应该有效。尽管我以前从未像这样将数据发送到另一个域。
I think that the traditional
should work. Altough I never sent data to another domain like that before.
这个想法怎么样?
有一个快捷方式,可以在网络浏览器中打开您网站中托管的联系表单。然后用户可以通过在线表单提交其详细信息。
How about this idea?
Have a Shortcut which will open the contact form hosted in your site in a web browser.Users can then submit their details via the online form.