> left and right having menu
> and if we click only middle frame show the linked pages
> rest top frame , left and right stay like that only
> can someone help?
> shamend
>
www.desiduniya.com
>
>
Name the frames, and in the links, ref to the frames with the
TARGET="center" tag.
<a href="main.html" TARGET="center" alt="">Main</a>
I looked at your homepage-source, and I will suggest that you put all your
styling to an eksternal style-page (style.css) and link to that page. The
scripts you use, put them into small script-files (scriptXX.js), so you can
use them all over your site without pasting all your code into each
HTML-doc. Take a look at
http://www.w3.org for some good advise.
/M.