WinCE ASP 服务器中缺少功能

发布于 2024-12-01 17:07:20 字数 206 浏览 1 评论 0原文

我正在尝试通过 Html 表单来创建 XML 文件。我正在尝试使用此指令来浏览 HTML 表单,直到找到按钮。

If instr(1,Request.Form.Key(x),"button") = 0 Then

但 WindowsCE ASP 不支持 Request.Form.Key(x)。有谁知道这个功能有什么合适的替代品吗?

I'm trying to go through an Html form to create a XML file. I'm trying to use this instruction to go through a HTML form until it finds a Button.

If instr(1,Request.Form.Key(x),"button") = 0 Then

But Request.Form.Key(x) isn't supported in WindowsCE ASP. Does anyone knows of any suitable replacement for this function?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

沫离伤花 2024-12-08 17:07:20

在 WinCE 中,无法访问集合中的可用键集。您能做的最好的事情就是预先了解可能的键名并依次尝试每个键名。哎呀!

如果您完全不需要这种方法,那就更好了。

In WinCE there is no way to access the set of available keys in the collection. The best you can do is have fore-knowledge of the likely and possible key names and try each in turn. Yuck!

It would better if you removed the need for this approach altogether.

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