使用 jquery 将表单从离线网页提交到服务器

发布于 2024-09-28 10:17:51 字数 211 浏览 2 评论 0原文

我创建了一个从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

跨年 2024-10-05 10:17:51

我认为传统的

<form method="post" action="http://yoursite.com/contact.php"> 

应该有效。尽管我以前从未像这样将数据发送到另一个域。

I think that the traditional

<form method="post" action="http://yoursite.com/contact.php"> 

should work. Altough I never sent data to another domain like that before.

小…楫夜泊 2024-10-05 10:17:51

这个想法怎么样?

有一个快捷方式,可以在网络浏览器中打开您网站中托管的联系表单。然后用户可以通过在线表单提交其详细信息。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文