Search results

  1. M

    javascript: how to run showModalDialog() on safari on mac osx

    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...
  2. M

    javascript: how to run showModalDialog() on safari on mac osx

    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...
Back
Top