How to format a web page into frames
I wa开发者_开发知识库nt to divide a jsp page into 3 frames.kindly tell me how to do it
Simply use DIV to format your page.
For ex. jsfiddle : Partitioning the web page using DIV
For other reference : w3Schools
I think you will require to learn HTML & CSS. Later try to implement it on JsFiddle (need registration) and then implement in your project.
Thank You.
精彩评论