Hello All,
I have an iframe (id=RSIFrame name=RSIFrame) and have standard href links that work, but I would rather use radio buttons
the href is <a href=" target="RSIFrame">make RPC call</a>
and I've been trying this: <input name="feed" type="radio" onClick="javascript:location.href = this.value" value=" target="RSIFrame"> and I'm getting nowhere, I've tried lots of variants - mostly they seem to open in the same (parent) window and not the iframe grrr :-\
Also there will be about 15 buttons (horizontally) above the iframe and I'm naming them all "feed" so only one will be active onClick
Any suggestions or solutions out there?
I have an iframe (id=RSIFrame name=RSIFrame) and have standard href links that work, but I would rather use radio buttons
the href is <a href=" target="RSIFrame">make RPC call</a>
and I've been trying this: <input name="feed" type="radio" onClick="javascript:location.href = this.value" value=" target="RSIFrame"> and I'm getting nowhere, I've tried lots of variants - mostly they seem to open in the same (parent) window and not the iframe grrr :-\
Also there will be about 15 buttons (horizontally) above the iframe and I'm naming them all "feed" so only one will be active onClick
Any suggestions or solutions out there?