Is there a way for a servlet to respond to a specific frame in the clients browser without using the TARGET attribute of html?
 
    In my case, i have a login page which is in frame c, if the login was successful, the result will be a change in all the frames (the use of _top in the target attribute of form tag), but if the login was not successful, then it should respond to the frace c. but this is not the case... the result was send to the top frame _top. That is why i'm asking if it is posible forservlet to set in it's response header or somethingelse to tell the browser to what frame the response will be displayed.
 
Jackson

Reply via email to