Hi,

I have a web page with 2 vertical frames.
I have the following link in my left hand frame and I want the users to view the 
results
in the right hand frame when they click on the link.

<td width="130">
      <html:link action="Contacts.do?page=viewcontactlist"><b>Contact 
List</b></html:link>
</td>


Basically I want to do copy the below functionality....with my target being the 
righframe.

<td width="130"><a href="/servlets/blotter/Contact?page=viewcontactlist" 
target="rightframe" class="linkbold">Contact List</a></td>


Is there any way I can do this uisng the struts taglibs?




--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to