输入类型文本无法在弹出窗口中工作

时间:2014-10-17 08:53:25

标签: php html css

我正在创建一个联系我们表单以便在我的网站上使用,它是一个类似于样式的弹出窗口,使用css onclick方法来显示或隐藏表单。 当在一个独特的选项卡中打开表单时它可以正常工作,但当使用它作为弹出窗口我不能使用文本框输入信息时,文本框被选中但我不能在其中写入任何文本。 这是我的网站http://www.tilalfaqra.com/new 尝试点击主页上的联系我们,然后点击此http://www.tilalfaqra.com/new/signin.php

1 个答案:

答案 0 :(得分:0)

如果您在浏览器(Opera)中输入,请单击文本字段并检查元素。您将看到记录此js错误:

Uncaught TypeError: Cannot read property 'left' of undefined case-studyeef3.js?v=0.3:458caseStudy.updatePositionInfo case-studyeef3.js?v=0.3:458(anonymous function) case-studyeef3.js?v=0.3:483st.event.dispatch jquery.js:3045y.handle

eror位于此js函数中。

caseStudy.updatePositionInfo = function () {
        currentRowXY = currentRow.position();
        currentRowLeft = currentRowXY.left;
        imgScrollerXY = imgScroller.position();
        imgScrollerTop = imgScrollerXY.top;
    };