IE 8 で「オブジェクトはこのプロパティまたはメソッドをサポートしていません」というエラーが表示されます。Firefox ではエラーはありません。
誰がそれを引き起こしているのかについての考えを持っていますか?
<script type="text/javascript">
function callReport() {
var sPath = $('input[name*="ReportPath"]').val();
window.open(sPath);
}
$('div:last div.active').qtip({
content: 'This is an active div element',
show: 'mouseover',
hide: 'mouseout'
})
</script>