SAVE ... action message
i have a save button on one of my forms...
with the command save.
i need a message to be generated when user hits save...
for eg;... "please wait for the results to be populated"
Can anyone please help me on this...
i dont need a new popup alert window, instead needs them to be on the same page... so that user knows the process is runnning...
[382 byte] By [
nsankar1da] at [2007-11-27 10:15:27]

# 2
can you explain a bit more....
i didnt catch that....
if possible with an example
or atleaqst on submiut can i have a gif image shown... till the next page is loaded....
# 3
http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5145382
As an example below:
<Field name='browse'>
<Display class='Html'>
<Property name='html'>
<concat>
<s><input type='button' name='upload' value='Upload video'
size='20'
onclick=window.open("../search/upload.html</s>
<s>","","menubar=no,resizable=no,height=300,width=600"); >
</s>
</concat>
</Property>
<Property name='noNewRow' value='true'/>
</Display>
</Field>