sarathsshanker 0 Newbie Poster

hi,

im new to MVCin netbeans and,i intend to create a frame set such as this

<FRAME name="left"  src="menu.html"  frameborder="0" border="1" marginheight="0" marginwidth="0" scrolling="auto" noresize>
<FRAME name="right" src="right.html" frameborder="0" border="0" borderColor="#525252" scrolling="auto">

in the index.jsp,
after creating the main and right html files i ran the application and it worked,the trouble arises when the main.html contains a hreaf links to certain jsp pages inside the jsp folder ?
once i try to click on the link the right.html(jus a plain right frame) out puts some chinese looking charaters...and not the actual jsp file?

This is a part of the menu.html?


---------------------
menu.html
---------------------

<div class="markermenu">
<ul>
<li><A HREF="personal.jsp" target="right">1. Personal Information</A></li>
<li><A HREF="parent.jsp" target="right">2. Parent/Guardian</A></li>
<li><A HREF="hschool.jsp" target="right">3. High School</A></li>

im stuck with this logic how do i proceed?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.