How to adding Target to Response.Redirect

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kosal
    New Member
    • Feb 2007
    • 68

    How to adding Target to Response.Redirect

    hi

    Everyone can help me, I want to put target in Response.Redire ct that i using frame so how can i write code in asp

    please help me.

    thanks
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Originally posted by Kosal
    hi

    Everyone can help me, I want to put target in Response.Redire ct that i using frame so how can i write code in asp

    please help me.

    thanks
    Hi Kosal,

    It's not possible using a Response.Redire ct because that is a server side method and iframes are client side objects. It can be achieved using Javascript though; see the link below:



    Hope this helps,

    Dr B

    Comment

    Working...