<html>
<head>
<title>Frameset Primer Tutorial via RJM Programming</title>
</head>
<frameset cols="25%,75%">
<frame onload=" if (document.URL.indexOf('https:') != -1) { location.href=document.URL.replace('https:','http:'); } " src="frameset_content.html" name="left" id="left" />
<frame src="//www.rjmprogramming.com.au/thewest/images/DSC_0208.png" name="content" id="content" />
</frameset>
</html>