Online Store Application Implementation – continue

 

 

Framework of this Application

 

 

<html>

<frameset rows="50%,*">

          <frameset cols="50%,*">

                   <frame src="customer.cgi?state=init" name="customer"></frame>

                   <frame src="company.cgi?state=init" name="company"></frame>

          </frameset>

          <frame src="store.cgi?state=init" name="store"></frame>

</frameset>

</html>