I've got a list of to-do items, they get displayed in an iframe, which has a button called complete - which changes some fields in MySQL. Then I want to send a header to re-request the to-do list, but obviously it opens in the iframe instead of the parent. how can i get it to load in the parent isntead? i guess i'll have to use javascript, but can't figure out how. can anybody help?