focus on a section of a page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • crossroad
    New Member
    • Apr 2007
    • 2

    focus on a section of a page

    in my application i need to focus on a section of a page when the page reloads..how can it be done..since it reloads using response.redire ct i cannot use the jump tag(anchor)..do es anybody got the answer..

    thanks in advance
  • pravinda
    New Member
    • Dec 2006
    • 23

    #2
    please post your link so that we can see actually what is happening and i think you are talking about the ajax. So please find your solutioin through ajax

    Comment

    • jhardman
      Recognized Expert Specialist
      • Jan 2007
      • 3405

      #3
      Originally posted by crossroad
      in my application i need to focus on a section of a page when the page reloads..how can it be done..since it reloads using response.redire ct i cannot use the jump tag(anchor)..do es anybody got the answer..

      thanks in advance
      You can't use the jump tag on a response.redire ct?
      Code:
      response.redirect "aCoolPage.html#itemListings"
      Let me know if this helps.

      Jared

      Comment

      • crossroad
        New Member
        • Apr 2007
        • 2

        #4
        Originally posted by jhardman
        You can't use the jump tag on a response.redire ct?
        Code:
        response.redirect "aCoolPage.html#itemListings"
        Let me know if this helps.

        Jared
        i tried the same but it does not work, also i need to pass values using query strings...

        Comment

        Working...