0

我使用来自http://www.ericmmartin.com/simplemodal-1-4-4-released/的模态联系人 和 Codeigniter 作为 PHP 框架。

如果我的网址是

http://site.com/controler/function(没有斜线 / 在 URL 的末尾)

但如果我在末尾添加斜杠 (/) http://site.com/controler/function/

或其他参数http://site.com/controler/function/parameters ....

我有这样的错误(NS_ERROR_XPC_BAD_CONVERT_JS: 无法转换 JavaScript 参数 arg 0 [nsIDOMWindow.getComputedStyle]

在我看来,我使用:

<div id="contact-form" class="button center">
           <a href="#" target="_self" class="contact">
                   Contact Form
           </a>
</div>

请给我任何建议,或者我该如何解决这个问题!

4

1 回答 1

0

我用 config/routes.php 解决了这个问题

我这边也犯了同样的错误。

于 2014-01-03T03:10:26.497 回答