Netscape, I.E. problem with pop up

I hav a problem. i have some code on my buttons to create popups with specific alignment. It works fine in internet explorer but its still not aligned in netscape (v.7.1).

Heres the code i used on the actions layer in my movie

Movieclip.prototype.openWinCentre = function (url, winName, w, h, toolbar, location, directories, status, menubar, scrollbars, resizable) { 
	getURL ("javascript:var myWin; if(!myWin || myWin.closed){myWin = window.open('" + url + "','" + winName + "','" + "width=" + w + ",height=" + h + ",toolbar=" + toolbar + ",location=" + location + ",directories=" + directories + ",status=" + status + ",menubar=" + menubar + ",scrollbars=" + scrollbars + ",resizable=" + resizable + ",top='+((screen.height/2)-(" + h/2 + "))+',left='+((screen.width/2)-(" + w/2 + "))+'" + "')}else{myWin.focus();};void(0);");
}

and heres the code i used on the buttons

on (release) {
	// customize the window that gets opened
	// 0 equals NO.
	// 1 equals YES.
	address = "zawdie_tok1.htm";
	target_winName = "zawdie";
	width = 320;
	height = 240;
	toolbar = 0;
	location = 0;
	directories = 0;
	status = 0;
	menubar = 0;
	scrollbars = 0;
	resizable = 0;
	// sends data back to the function
	openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}


Well, it works fine for me :-
im using IE6.0 and Netscape 7.0

click this link [edit: using netscape] and then the play button and u’ll c what im talkin about.

www.zawdie.com/test/slbdeadbeat.html

Weird… :-\

double weird cuz the same set ofinstructions are used on another area o my site and they work fine in both I.E. and Netscape. any idea why?

I have no clue… :-
Thats why I hate Netscape :stuck_out_tongue: :stuck_out_tongue:

aww c’mon u know u dont mean that. if anything u should hate I.E. for making a medium security browser that only does anything exceptional when a hacker finds a fault (can u say chromeless windows)
:> :> :slight_smile:

But yet i prefer IE… (-:

to each his own. mozilla till i die.