I am using the following code to update a frame. Works fine except the status bar will creep up to about 50% and then is stuck.
The frame gets updated fine, and is fully functional but to the user, it looks like things are still working.
<FORM name="frmSearch" target="bottom" action="<input name ="Name">
<A href="javascript:document.frmSearch.submit()">go</A>
</FORM>
If I remove the target from the form, it does not get stuck, but of course the wrong frame is updated.
Thanks
The frame gets updated fine, and is fully functional but to the user, it looks like things are still working.
<FORM name="frmSearch" target="bottom" action="<input name ="Name">
<A href="javascript:document.frmSearch.submit()">go</A>
</FORM>
If I remove the target from the form, it does not get stuck, but of course the wrong frame is updated.
Thanks