Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame question

Status
Not open for further replies.

agabovich

IS-IT--Management
Sep 18, 2001
10
0
0
US
Hello. We are trying to develop a page "Frame.jsp" consisting of left and right frames. It is defined as:

<frameset cols=&quot;110,670&quot; rows=&quot;*&quot;>
<frame src=&quot;Left_Frame.jsp&quot; name=&quot;left_frame&quot;>
<frame src=&quot;Right_Frame.jsp&quot; name=&quot;right_frame&quot;>
</frameset>

The page &quot;Left_Frame.jsp&quot; contains list of menu options. When each is clicked, the corresponding JSP page is supposed to be displayed in the right frame.
It is using the following code:

<a href=&quot;../jsp/Search.jsp&quot; target=&quot;right_frame&quot;>

When page &quot;Left_Frame.jsp&quot; is run on its own, the menu works OK.

However when the page &quot;Frame.jsp&quot; is run the code does not work.

Can anybody find the problem?

Your help is greatly appreciated.

Sincerely,

Alexander.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top