Hi,
I have a form that submits data to a web service. Initially when the form loads and the user clicks on a text field , it seems to take some time for the blinking curosr icon to appear in the text filed. then, when the user submits the form, a yellow dialog appears on the top of the document asking the user to trust this document once/always. then, it asks wether the user wants to save the document or not and then goes right back to reloading the form (apparently without submitting). Is there any way to simplify this workflow, say by having the user check a checkbox indicating that he wants to trust the document once/always and submit the form correctly the first time without showing the yellow dialog bar or the save yes/no dialog in javascript?
Thanks for the pointers