A
Andi B
Hi everyone.
I have a quick question - if I have a form which refers to a javascript when
its submitted using:
<form name = "fred" onsubmit = "test()">
and this function creates a popup window to display information in, I find
that after the window has appeared, the focus moves back to the form and the
text box used to gather user input clears. The clearing text box isnt a
problem, but the moving focus is. Is there a way to make it so that the
window containing the popup information stays on top? This problem doesnt
ocurr when I use the submit button to call the javascript function.
Regards
I have a quick question - if I have a form which refers to a javascript when
its submitted using:
<form name = "fred" onsubmit = "test()">
and this function creates a popup window to display information in, I find
that after the window has appeared, the focus moves back to the form and the
text box used to gather user input clears. The clearing text box isnt a
problem, but the moving focus is. Is there a way to make it so that the
window containing the popup information stays on top? This problem doesnt
ocurr when I use the submit button to call the javascript function.
Regards