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">...
Well..I restructured the whole site, got it working on index.php, got the same results, and put everything back to how it was.. W3 is apparently happy with it now, as is Google.
So now I can get working on all my lovely XHTML errors.
This doesn't really help though, as I'm no wiser. I've even...
Thanks for all your help, great ideas..i would never have thought it was a server problem.
I've got an index.php which is including en.html which the whole site runs off.
I've also got a 404 page set up, to handle some parts of the site (but it shouldn't affect the index).
I have tried...
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...
Hey dudes, that's done it, thanks v.much. I was at it for ages. I was trying to replicate by looping over the nodes and it just wasn't happening.
For anyone else wanting to do this, the adapted code is below. What's nice is if you keep clicking, it keeps adding them.
<!DOCTYPE html PUBLIC...
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">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.