Search found 1 match
- Jan 09, 2008 7:11 am
- Forum: XUpload
- Topic: status bar in an IFRAME
- Replies: 1
- Views: 2270
status bar in an IFRAME
I am trying to get the status bar to load in the same page as the upload_form.htm using an IFRAME. I have it working fine in IE, but not in Firefox or Opera here is the js code to launch the IFRAME window.frames.upload1.location.replace('/cgi-bin/upload_status.cgi?upload_id='+UID); and here is the c...