thesoundsmith
Active Coder
I have a page in a WordPress site that opens into an IFrame to accommodate a music player I wrote years ago. It all works fine excerpt when trying to close the window. .The anchor or onclick is inside the iframe, so the new window (front page) opens in the same iframe that held the music player and the URL is still the radio page. I need the "dashradio" window to close and the front page to reopen
Here's the line:
The iframe in the WordPress page looks like this:
The page in operation: The DashRadio page - if you click on a Menu item, it works as expected, ONLY when you select the red 'Close' button does this occur. I COULD simply remove the button, I suppose, but it is part of the image...
Thanks.
Here's the line:
HTML:
<a id="btn6" title="Close DashRadio" href="https://www.davidkempton.com"></a>
The iframe in the WordPress page looks like this:
HTML:
<iframe src="https://www.davidkempton.com/radioREV.htm" name="dashRadio" height="870px" width="100%" title="DashRadio" align="middle" scrolling="no" style="border:none;"></iframe>
The page in operation: The DashRadio page - if you click on a Menu item, it works as expected, ONLY when you select the red 'Close' button does this occur. I COULD simply remove the button, I suppose, but it is part of the image...
Thanks.