thanks for your help,my friends!
I'm redesign a web site to be compatible with Safari.
20% customers use safari & firefox and 80% customers use IE on windows.
I google for: showModalDialog replacement
or: showModalDialog alternative
I find a way but it's unwork on safari.
In parent...
window.showModalDialog() is a function to show a modal dialog which is supported by IE6.0 of windows platform. My company want to transplant some jsp which running on IE6.0 on windows platform to the safari on mac osx. But I find that the function window.showModalDialog() is not supportted...