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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: heidi
  • Content: Threads
  • Order by date
  1. heidi

    EOF in Perl.

    I'm having a problem with a Perl script that reads a file. Here's an outline of it:<br> <br> open FILENAME, "&lt;problemfile"); #Open password file.<br> until (eofFILENAME)<br> {<br> $FileString = &lt;FILENAME&gt;; #Read line of data from file.<br> &SplitString($FileString); #Split file...
  2. heidi

    Works perfectly in Netscape - IE hates it.

    Help! Here's a call, encased in a body tag, to do an image rollover in another frame:<br> <br> onLoad="parent.Menu.changeOnClick(7)"<br> <br> It works just fine in Netscape (4.5), but IE 5 burps on it. Can anyone tell me how to specify code from another frame in IE?

Part and Inventory Search

Back
Top