Accessing individual frames can only be done with Javascript, since frames are a client-side invention.
document.framename.method
document.framename.attribute
I always resort to this resource for Javascript problems, although it's a bit out of date these days 🙂 Newer browsers have the getElementById("id") method which is alot easier.