Forum Discussion

diana_24252's avatar
diana_24252
Icon for Nimbostratus rankNimbostratus
Jun 02, 2008

Redirect iRule - open in new IE window

I am looking for informarion on creating an http_redirect iRule that opens a new IE window or a pop-up for the redirect so taht the user can maintain their curent navigation.

 

 

Thank you!
  • Deb_Allen_18's avatar
    Deb_Allen_18
    Historic F5 Account
    You can't use server side functions to open up a new window, that would have to take place on the client.

     

     

    So you could use HTTP::respond () to open a different resource in a new window instead ("popup"), sending this code as the response:

     

      
        
        
      You do not appear to have JavaScript enabled. Please proceed to the .  
      

     

     

    (It would be susceptible to popup blockers, of course.)

     

     

    HTH

     

    /deb