function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Cherry@appsharkCherry@appshark 

Reg: Frames

How to divide a page into frames??

 

/*<frameset rows="30%,70%">
       <frame name="Appshark"/>
             <frameset cols="30%,70%">
               <frame name="Sign up"/>
               <frame name="Sign in"/>
             </frameset>
  </frameset>*/.

 

We tried with this code, but cant find any frames in the page...

 

Please sort it out.