Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stuck status bar

Status
Not open for further replies.

sabev

Programmer
Joined
Sep 27, 2002
Messages
47
Location
US
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=&quot;frmSearch&quot; target=&quot;bottom&quot; action=&quot;<input name =&quot;Name&quot;>
<A href=&quot;javascript:document.frmSearch.submit()&quot;>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
 
I fixed it by adding a submit button instead of using an anchor.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top