Forum Moderators: open
<script ...>
function view_thread(thread) {
var boards = open("http://url/", "boards")
boards.boardwindow.location=thread
}
</script>
<a href="#" onclick="view_thread('/new_url')">click here</a>
This opens up a new window, but doesn't change the frame called "boardwindow" at all. Just gives me an error...