My Solution in Javascript
<html>
<head>
<title>Javascript - for loop example syntax </title>
<script language=javascript type="text/javascript">
var i;
for (i =151; i <=200; i++) {
document.write('<iframe name="home" src="http://xxx.xxxx.xxxx.xxxx/' + i + '/"
frameborder="0" allowtransparency="true" SCROLLING=NO width="100%" height="500">
</iframe>')
}
</script>
</head>
<body>
</body>
</html>
<head>
<title>Javascript - for loop example syntax </title>
<script language=javascript type="text/javascript">
var i;
for (i =151; i <=200; i++) {
document.write('<iframe name="home" src="http://xxx.xxxx.xxxx.xxxx/' + i + '/"
frameborder="0" allowtransparency="true" SCROLLING=NO width="100%" height="500">
</iframe>')
}
</script>
</head>
<body>
</body>
</html>