java - how to implement a pop up confirmation window without javascript -


i want implement confirmation pop having ok , cancel button without javascript ,how can in java

short answer- can't. ability close window (which is, assume want ok and/or cancel buttons do) javascript feature.

if don't care closing window, can have link in web page points target="_blank" open new window.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -