Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/414.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net 无法使用Morzilla、IE8中的javascript从数据网格中进行选择_Asp.net_Javascript_Vb.net_Mozilla - Fatal编程技术网

Asp.net 无法使用Morzilla、IE8中的javascript从数据网格中进行选择

Asp.net 无法使用Morzilla、IE8中的javascript从数据网格中进行选择,asp.net,javascript,vb.net,mozilla,Asp.net,Javascript,Vb.net,Mozilla,在一个表单(File.aspx)中,我生成另一个弹出窗口(Lookup.aspx,包括一个DataGrid)。从该数据网格中,我可以使用javascript填充File.aspx中的文本框。它在InternetExplorer7和InternetExplorer8中工作。但在Morzilla中,弹出窗口和数据网格出现,但我无法从数据网格中选择 以同样的方式,日历图像onclick=“displaycalendar(…);”我可以选择文本框的日期时间,它在IE6和IE7中工作,但在IE8 Morz

在一个表单(File.aspx)中,我生成另一个弹出窗口(Lookup.aspx,包括一个DataGrid)。从该数据网格中,我可以使用javascript填充File.aspx中的文本框。它在InternetExplorer7和InternetExplorer8中工作。但在Morzilla中,弹出窗口和数据网格出现,但我无法从数据网格中选择


以同样的方式,日历图像onclick=“displaycalendar(…);”我可以选择文本框的日期时间,它在IE6和IE7中工作,但在IE8 Morzilla中不工作。请帮助我..

您如何访问Javascript中的文本框?Mozilla需要document.getElementById()-IE允许您单独访问文本框名称。document.getElementById将在两种浏览器中工作

顺便问一下,你在Mozilla中有没有遇到任何错误?签入工具->错误控制台