Skip to content

Commit

Permalink
ItsWorking Again
Browse files Browse the repository at this point in the history
  • Loading branch information
greenvilleassociates committed Jul 30, 2021
1 parent 307e8bc commit 0bff524
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions framebase.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<HTML>
<frameset rows="65px,99px,*,95px" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
<frameset rows="65px,110px,*,95px" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
<frame src="pheader.html" noborder scrolling="no" name="top" frameborder="0">
<frame src="jquery.html" noborder noresize="noresize" name="body" scrolling="no" frameborder="0">
<frame src="mobilehome.html" noborder noresize="noresize" name="body2" scrolling="no" frameborder="0">
<frame src="mobilehome.html" noborder noresize="noresize" name="body2" scrolling="no" frameborder="0">
<frame src="pfooter.html" noborder noresize="noresize" name="bottom" scrolling="no" frameborder="0">
</frameset>
</HTML>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<HTML>
<frameset cols="1%,1100px,1%">
<frameset cols="4%,92%,4%">
<frame src="a.html" frameborder="0" noresize="noresize" scrolling="no">
<frame src="framebase.html" noresize="noresize" frameborder="0" scrolling="no">
<frame src="c.html" frameborder="0" noresize="noresize" scrolling="no">
Expand Down
7 changes: 2 additions & 5 deletions jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ <h1 width="150px">MyMobile Client</h1>
<li><a data-icon="search" href="search.html" target="body2">Search</a></li>
<li><a a="" data-icon="back" href="mobilehome.html" target="body2">Home</a></li>
</ul>
</div>
<iframe name="body2" width=100% height=700px src="https://www.verizonapplications.info/fusionshell/w/" scrolling="yes" align=middle noresize="noresize">
</div>
</html>

</div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion pheader.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</head>
<title>Verizon Applications Mobile</title>
<body>
<p><img cke:html="" src="./images/verizonlogo.png" width=180px height=40px/></p>
<p><img cke:html="" src="./images/verizonlogo.png" width=180px height=50px/></p>
<BR>
<BR>
</body>
Expand Down

0 comments on commit 0bff524

Please sign in to comment.