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: *

  1. jbtilley

    Object expected error driving me nuts

    Ok, OK I see it now. I can't give the text input fields in a form a name or id that starts with a number. I just read that you can't use a number as a member of an object. Putting an 'a' in like so cleared up the problem: <body> <form name=&quot;show&quot; method=&quot;post&quot...
  2. jbtilley

    Object expected error driving me nuts

    I have been getting an object expected error for a while now and I don't know why. Here is a simplified version of my code: <body> <form name=&quot;show&quot; method=&quot;post&quot; action=&quot;&quot;> <input name=&quot;11&quot; type=&quot;text&quot; id=&quot;11&quot; value=&quot;0&quot...
  3. jbtilley

    help nesting recordsets php mysql

    Im not sure if this can be done in php/mysql/dreamweaver, but I know it works in asp. To make things simple let's say that I have two tables customers and orders: customer orders id name custID orderedThing 1 bob 1 book 2 sally 2 ruler 3 jeff...

Part and Inventory Search

Back
Top