On Mon, 2 Apr 2001, Kim wrote:

> i have a very long jsp page with a few anchors.
> the problem is, this page also receives parameters from the query string.
> how do i formulate the url to scroll to a certain anchor & at the same time
> pass parameters through the query string?
>
> these won't work:
> http://my.host.com:8080/myapp/page.jsp?id=123#anchor1
> http://my.host.com:8080/myapp/page.jsp?#anchor&id=123
>

Maybe you should try
   http://my.host.com:880/myapp/page.jsp#anchor?id=123


> any tips/help from anyone is very much appreciated.
> thank you thank you thank you =)
>
> kim
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

T+

--------------------------------------------------------------------------
      Rodrigo de Oliveira Lopes          "Nao me entrego sem lutar
  Mestrando em Ciencia da Computacao      Tenho ainda coracao
    Universidade Federal do Ceara         Nao aprendi a me render
         [EMAIL PROTECTED]               Que caia o inimigo entao"
         [EMAIL PROTECTED]                               Renato Russo

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to