Thanks Manju,

I will try that.

Jim.
----- Original Message -----
From: "Ramu, Manjukumar [PRDUS]" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 9:29 PM
Subject: RE: Forwarding a request to a particular point in a page


> Try to use onLoad javacript function in resultant HTML page...I hope this
> will work...
>
> Thanks,
> Manju
>
> -----Original Message-----
> From: Jim Collins [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 3:11 PM
> To: Struts Users Mailing List
> Subject: Forwarding a request to a particular point in a page
>
>
> 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]
>


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

Reply via email to