Window.open in firefox problem

Hey All,

this command is proving to be the bane of my existence, so I would love it if someone… anyone… could help me out…

I have this on my jsp page…

var load = window.open(‘http://localhost:8080’ + url,’_blank’,‘scrollbars=no,menubar=no,height=553,width=794,resizable=no,toolbar=no,location=no,status=no,left=’+leftspace+’,top=’+topspace+’’);

oh sure, the window opens up the right size and in the correct position, but for some reason, in Firefox only, the Title is always coming up as “http://localhost:8080 - ‘Real Page Title Here’”. On the server at work it is the same, but instead of localhost there is an IP address.

This problem does not exist in IE…

Any Ideas?

Thanks,

–LD