CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Hong Kong
    Posts
    18

    response.redirect .......

    Hi,
    Can I use response.redirect with target window in ASP ? If not, how can I control the URL of other window by ASP ? Thank you !

    Simon Kwan


  2. #2

    Re: response.redirect .......

    No, you can't use response.redirect to direct output to a different window from where the original request came. To write from one window to another, you have to use client-side scripting

    Charlie Zimmerman
    http://www.freevbcode.com


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

Featured