This is simple code..
In the fram_code.js file, something like:-



Code: 
document.write('<iframe  frameborder="0" scrolling="no" height="300" width="300" name="myFrame"  src="http://www.google.com"></iframe>');
Then in the HTML page:-
Code: 
<script language="javascript" src="http://www.example.com/fram-code.js"></script>
But is it possible to call iframe from blogger site feed ???


instead of http://www.google.com i want to put blogger feed address [Random link]..


Any help..
sandip1110 Reviewed by sandip1110 on . Need Auto Rotating iFrame from Site Feed This is simple code.. In the fram_code.js file, something like:- document.write('<iframe frameborder="0" scrolling="no" height="300" width="300" name="myFrame" src="http://www.google.com"></iframe>'); Then in the HTML page:- <script language="javascript" src="http://www.example.com/fram-code.js"></script> But is it possible to call iframe from blogger site feed ??? Rating: 5