Hi, In my Action class if everything goes well I forward the request to browse.jsp, this is set up in my struts-config file and I do this: mapping.findForward("success");
The browse.jsp file dynamically creates a large html file and I would like the request to go to a particular point in the file. For example if I had this html code: <h1><a name="current">The current position</a></h1> I could link straight to this point in the html file with: <a href="my.html#current"> Does anyone now how I can setup my ActionForward to go to a particular point in my browse.jsp page if I have set up a current anchor as I did in the above html. Thanks Jim. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]