I'm trying to use an iframe on a page that keeps re-directing. This is the iframe code :
<iframe src ="http://djdanster.listen2myradio.com/" width="600" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
If you go to this page, you will see the iframe appears for about a second and then re-directs to here.
I tried adding a "redirect=0" to the end of the URL but it just re-directed me to their homepage.
Question
djdanster
I'm trying to use an iframe on a page that keeps re-directing. This is the iframe code :
If you go to this page, you will see the iframe appears for about a second and then re-directs to here.
I tried adding a "redirect=0" to the end of the URL but it just re-directed me to their homepage.
I want it to stay on this page.
I'm a complete noob when it comes to web developing so be kind to me ;)
Thanks!
Link to comment
Share on other sites
4 answers to this question
Recommended Posts