|
Hiya!
I have a main page
main.html
in it are
<iframe name='types' src='types.php' height='500' width='190' frameborder='0' scrolling='yes'></iframe>
<iframe name='bets' src='bets.php' height='500' width='190' frameborder='0' scrolling='yes'></iframe>
what i need to do is target 1 frame from another.
i know i can do it with a link like this,
<a href='bets.php' target='bets' >Refresh</a>
but lol
it need to do it in a function so it don't have to be clicked on..
basically, every time name='types' gets refreshed, it auto refreshes name='bets' at the same time.
Thanks for any help if you can give me a solution.
Shaz x
__________________
mysql_connect("localhost", "brain", "sharon") or die(mysql_error());
mysql error: brain doesn't exist!
|