Feedback on: irt.org FAQ Knowledge Base Q1398
Worth:
Very worth reading
Comments:
Well I think its a very interesting approach but it needs to be exaplained a little more clearly. First of all, this solution is for a popup window where the form fields are in the popup itself. It keeps the popup on top of other windows while allowing the user to fill in form fields or click buttons in the popup window. If you increase the delay to something like 200, it ALSO allows the user to click links and buttons in the opener window while the popup stays on top!!
Worth:
Worth reading
Comments:
This was the question I needed answering, but I can't get this solution to work. I copied in the functions the added the calls into the body and form tags eg :
<BODY onBlur="blurred()" onFocus="focused()"> and
<FORM NAME="hlfilters" METHOD="post" ACTION="hlfilterservlet" onBlur="blurred()" onFocus="focused()">
Any ideas why this is not working ?