Wed Feb 15, 2012 11:22 pm
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Usage of iframe</title>
<style type="text/css" title="text/css">
#iframebox {
width: 400px;
border: solid 2px red;
}
iframe {
width: 400px;
height: 400px;
}
</style>
</head>
<body>
<center>
<p>
Following show the usage of iframe tag which enable you to load many
page or src in the same html page.
</p>
<h2>Codemiles Window</h2>
<div id="iframebox">
<iframe src="http://www.codemiles.com"
scrolling="auto"
name="codemilesframe"
frameborder="1"
id="news">Iframe not supported. Please
<a href="http://www.codemiles.com">click here</a>
</iframe>
<br/>
<h2>JavaXforums Window</h2>
<iframe src="http://www.javaxforums.com"
scrolling="auto"
name="yahooframe"
frameborder="1"
id="news"> Iframe not supported.
<a href="http://www.javaxforums.com">click here</a>
</iframe>
</div>
</center>
</body>
</html>
|
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.