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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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