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 strongm 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: jfarmerjr
  • Content: Threads
  • Order by date
  1. jfarmerjr

    Div not formatting correctly in IE, but looks great in Firefox

    In Firefox, the inputs line up in the columns of 4, but IE just shows everything in 1 column. How can I get it to look right in both? Here's the html: <html> <head> <script type="text/javascript" > var counter=0; function createDiv() { var divTag = document.createElement("div"); var...
  2. jfarmerjr

    How can I add form inputs to dynamically created divs?

    Here's the function I have to create a div with some text inputs in it. I believe the use of innerHTML has been deprecated (or maybe just frowned upon) so I was wondering how I could do it with createElement or something, I would also like to put the inputs into an array for each, e.g. Ename[]...
  3. jfarmerjr

    Regular expression help (preg_match_all)

    I need to find all instances of some numbers in a bunch of text files, here's an example pulled from one of the text files: 00 CX76959 01 3/03 Del Rio TX Nogales AZ 768 1.065 185 .810 967.77 03 00 CX76959 01 3/09 FSC Ml: 768...
  4. jfarmerjr

    Need help pulling and formatting text with awk

    I have a text file (actually many of them) that among other things has lines of text like the following: AVCA   Advocat Q4 2009 Advocat Earnings Release $ 0.14  n/a  $ 0.21  9-Mar AMC or ACAD   ACADIA PHARMACEUTICALS INC Q4 2009 ACADIA PHARMACEUTICALS INC Earnings Release -$...

Part and Inventory Search

Back
Top