RE: A little off topic

2004-08-16 Thread Moon, John
: Re: A little off topic Has anyone has experience getting the body onload='MyFunction();' to work? Where MyFunction is a JavaScript... with IE ? Yeah. Piece of cake. What problem are you having? Off hand your syntax looks fine. The problem most likely has something to do with either your

Re: A little off topic, but still deals with CGI, just the results.

2001-12-31 Thread fliptop
Brian N. Smith wrote: When save to a file, I have a bunch of ^M characters .. I wrote a little strip to try to get rid of them, but of course, I tried the ^M instead of whatever I should have had done ... any help? #!/usr/bin/perl open (myFile, in_file); open (myOut, out_file); while