Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
Struts
pop up window requirement
shah rah
Ranch Hand
Posts: 124
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I need a small confirmation window that pops up when user clicks submit. Should this be developed as screen or is there something that I can reuse.
if user presses OK the data has to be submitted ele show the same page.
appreciate your ideas.
Merrill Higginson
Ranch Hand
Posts: 4864
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Just use the JavaScript confirm method. Example:
if (confirm('Are you Sure?')) {
document.forms[0].submit();
}
Merrill
Consultant,
Sima Solutions
It looks like it's time for me to write you a reality check! Or maybe a tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Struts action triggered by onUnload event
Struts action triggered by onUnload event
problem with serverGUI
Calling parent function when user closes child window
Pop-up window Issue
More...