Hi,
IE 5.0 and IE 5.5 causing the big problems to me. i am writing some code for opening a separate window. In this window i am opening a SWF file.
but when i open this SWFPopupPat() in IE 5.0 it opens correctly without scroll bars. but when i open it in IE 5.5 it attaches both horizontal and vertical scroll bars with the popup window.
i am using SWFPopupPat() function for opening the flash file.
the code i am using is this :
function SWFPopupPat(){ window.open('graphic2.html' ,"popup",'height=430,width=700,resizeable=no,toolbar=no,maxbutton=no'); } function openwindow(){ window.open('ehealth.htm' ,"popup",'height=347,width=180,resizeable=no,toolbar=no,maxbutton=no'); }
function f1() { window.open('cloud.html',"popup",'top=110,left=220,height=227px,width=302,toolbar=0,menubar=0,location=0,scrollbars=no,resizable=no,maxbutton=no'); //alert ("Hello"); }