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
Post a Comment