Re: FTP or HTTP Downloading Problems

2002-02-07 Thread Pete Collins
Mike Koenecke wrote: Anyone else run into this problem? Quite frequently, when I attempt to download a file, be it a ZIP, EXE, or RM (Real Audio), I find that Mozilla 0.9.8 downloads a file of 0 bytes. This behavior has been consistent for the past several milestones, and I cannot locate a

Re: Performance of the Mozilla CVS server

2002-02-06 Thread Pete Collins
I am pulling the trunk and 0.9.8 branch simultaneously right now w/out any bandwith issues at all. Perhaps it's a problem w/ your ISP, maybe they killed port 2401. --pete Parish wrote: Is there an ongoing problem with the CVS server or is it just permanently busy? For several days

Re: Passing vars. to a modal window

2001-03-27 Thread pete collins
You can get even more tricky by creating a js object in the code preceeding the window.openDialog() call, and then you dont have to worry about the order of the arguments: foo={ apple : "red", banana: "yellow", orange: "green" } Yep, agree. Passing around objects is way handy.