Monday, 23 January 2012

Web design- iFrames

In today's lecturer, we learn't about iFrames which is basically a link which activates a website inside a box. This is really useful because it means that I can look at a another website,
<body>
<a href="http://www.nofuss.com.au"
onclick="document.getElementById('test1').src=this .href;return false">test</a>
<iframe id="test1" src="" height=50% width=50%></iframe>
</body>
 
 

No comments:

Post a Comment