ISAPI 中的 Delphi 2009 JQueryWidget
我试图在 Delphi 2009 ISAPI 应用程序中使用 TIWJQueryWidget,但它不起作用。我从本教程开始: http://www.hadihariri.com/Blogs/Delphi/ 20080117.aspx。
当我按照教程创建独立的 IW 应用程序时,它就像一个魅力。但是,当我创建 ISAPI 应用程序并执行相同的操作时,我似乎无法让它工作。在生成的 HTML 中,js 文件的源被渲染为“/test/TestJQuery2.dll/test/TestJQuery2.dll/Files/jquery.js”...然后就找不到了。如果我手动将生成的 SRC 更改为“/test/TestJQuery2.dll/Files/jquery.js”,则可以找到该文件。
我认为这是服务器控制器中各种内部文件设置的某种组合......但我似乎无法弄清楚。
我正在使用 Delphi 2009,更新 3。 Interaweb 10.0.0
这可能是 Intraweb 的错误吗?
I'm trying to use TIWJQueryWidget in a Delphi 2009 ISAPI application, and it's not working. I started with this tutorial : http://www.hadihariri.com/Blogs/Delphi/20080117.aspx.
When I follow the tuorial creating a stand-alone IW application, it works like a charm. However, when I create an ISAPI application and do the same thing, I cannot seem to get it to work. In the HTML that is generated, the source for the js files is being rendered as "/test/TestJQuery2.dll/test/TestJQuery2.dll/Files/jquery.js"... which then can't be found. If I manually change the resulting SRC to "/test/TestJQuery2.dll/Files/jquery.js" the file can be found.
I think this is some combination of the various Internal File settings in the server controller... but I can't seem to figure it out.
I'm using Delphi 2009, Update 3. Interaweb 10.0.0
Is this maybe a bug with Intraweb?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论