How can I make my popup window appear the same in Mozilla Firefox as in Internet Explorer? (with the specified dimension height and width)
In Internet Explorer, it is appearing at the right dimension, however, in Mozilla it is displaying as a full page.
I have used tableless design with divs for the popup windows.
However, when I use table design, the popup windows are appearing at the right dimension in Mozilla.
The following is my code:
window.open("payment_method.php?shipping_method="+which.shipping_method.value,"mywin","width=300 height=150");
thank you.