|
I was able to decipher it. hahahaha. simple but i got confused.
----------
<html>
<head>
<title>SiriusXM Reloaded Call Guide</title>
<SCRIPT LANGUAGE="javascript">
<!--
window.resizeTo(1100,1200)
window.open("clipboard.htm","","width=185,height=900, left=1080")
-->
</SCRIPT>
</head>
<frameset rows="53,*">
<frame name="banner" scrolling="no" noresize target="contents" src="top.htm">
<frameset cols="1056,*">
<frame name="contents" target="main" src="call_flow.htm" scrolling="auto">
<frameset rows="*,66%">
<frame name="main" src="right.htm" target="_self">
<frame name="main1" src="clipboard.htm" scrolling="auto">
</frameset>
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
|