Frank W. Zammetti wrote: > The "typical" solution to this is a little bit of scripting on your page > like so: > > <head> > <script> > function jumpToAnchor() { > <% if (request.getAttribute("hash") != null) { %> > location.hash = "<%=request.getAttribute("hash")%>"; > <% } %> > } > </script> > </head> > <body onLoad="jumpToAnchor();">
It works very nice. I have only changed getAttribute() to getParameter() in order to use redirects. Thank you very kindly. Best regards, Konrad Billewicz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]