Results 1 to 2 of 2

Thread: alternatives to using response.redirect ???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Outer space
    Posts
    97

    alternatives to using response.redirect ???

    i am currently developing a product in asp.net and need to know if there are any alternatives to the response.redirect command as i wish to populate a list of help topics on my navigation page and also change the page in my main frame but i cannot use the response.redirect command as it simply changes the navigation page rather than the one within my framset.

  2. #2
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375
    What about using a simple javascript "document.location" call from within the page that you want to change?

    Cheers
    MarkusJ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width