Archive for the ‘JavaScript’ Category

How to access elements in JavaScript

Posted on November 13th, 2007 by Elliot

Getting element parents and children looks pretty easy, but for some reason it’s not working for me. Here’s a guide that puts it nicely.

document.postform has no properties

Posted on August 30th, 2007 by Elliot

So I was playing around with phpBB3 RC5, the latest version of the popular phpBB forum software, when I ran into this error. It’s not a PHP error, actually, but a JavaScript one. I’m working on heavily modifying a phpBB install, and in this case I wanted it to submit a new topic automatically.
The form’s [...]