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 dencom 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. returnButton

    passing an array via GET

    Hi.. I'm trying out a GET form for the 1st time, and I want to pass a load of fields as an array. This is for a filter, which will have things like "start from page", "display per page", "category type" etc etc. I've named all the fields the same, ie <input name="filter[]" value="start:1">...
  2. returnButton

    W3 Validator returns a blank page and says it's invalid

    Hi.. I'm sure there's a simple answer to this, but I can't see it. When I run my site thru the XHTML validator it says it's a blank page. I am getting the same problem when I run Google Analytics; it thinks my page is blank. All my sites are in XHTML and I always use the same DOCTYPE and it...
  3. returnButton

    handling nested DIV nodes

    Hi, I've been playing around with nodes in JS for the 1st time. I'm getting how to appendChild and insertBefore, it's neat. What I want to do is insert a DIV into another DIV, so that it wraps around whatever the outer DIV contains. Hard to explain, here's what I mean: before: <div id="a">...

Part and Inventory Search

Back
Top