Openwindow size among browsers

<script LANGUAGE="javascript">
<!--
    function openwindow(id) {
        window.open('pagetitle.asp?id=' + id, '', 'width=800,height=220')

    }	
//-->
</script>

Why is it that in FF and IE it opens the same size and in Chrome it’s a smaller? Is it just because? Or is there a better way that is consistent in each browser? Thank You.

Smaller to what extent? I just tested it in FF and chromium and both give me window.innerWidth and window.innerHeight of the specified values…

Not opening new windows at all… :-X

1 Like

I hear you! Still working on catching up; getting closer!

In the process of using modal as per other thread and getting rid of the open new windows!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.