so I have this
code:
<html>
yatta yatta yatta...
<iframe src ="frontpage.html" width="100%" height="100%" allowtransparency="true" frameborder="0" id="estate"></iframe>
then in frontpage.html(the framed page)
I have
code:
<a href="javascript:" onclick="window.getElementById('estate').src='bio.html'">Bio</a>
where I have window(underlined) I tried document but I know that's not quite right trying to change the content interfame like that so how do I do it?