Frames are working in Ruby views Folder

Hello ,

     I have facing one problem, in ruby views folder i created one

index.rhtml file , in under i was given frames like this way

    <frameset rows="90%,10%">

    <frameset cols="20%,60%,20%">

        <frame name="select" src="Selection_Plane.rhtml">
        <frame name="map" src="Map_Plane6.rhtml">
        <frame name="summary" src="Summary_Plane.rhtml">
    </frameset>

    <frame name= "status" src="Status_Plane.html">

this is not working in ruby , what is the solution.

Regards

Ramakrishna
[email protected]
Pune
India