I wanted to know if you can enter a target here:
window.location='www.google.com';
I do not want to open a new page, otherwise I would use window.open
. I want to use target="topFrame"
to control a player.
I'm using an old little thing (frameset). I'm using this way in the <a href="system/radio/on.php" target="topFrame">
link.