hello Eric, You are right, but it is not what I want to do.
Suppose that every user in our server has its own preferences and policy and suppose that we enable a user to have a transaction from another site, in this case we have to parse the html response according to the its preferences and policy. Not all the offers listed on the http response should be displayed. I believe using a web service should make all of this easier, but if the remote server does not have web-service support, we should parse the http response. Opening a new window or a new frame will make a user to connect directly to another site and we cannot control its behaviour. Kindest regards, Venisa Cabrilla --- Erik Price <[EMAIL PROTECTED]> wrote: > > > Venisa Cabrilla wrote: > > hello, > > > > I am developing a web project using java > technology. > > > > In some of my jsp pages, I want to connect to > another > > web page, make an http request and parse its > > corresponding http response to my jsp pages and > show > > these jsp pages to the user. > > > > I cannot use <a href> tags because I want to > maintain > > the user connection to my server, to maintain user > > sessions, and to log what the user do in the page. > I > > want to proxy the user http requests. > > What if you opened up a new window or frame? > > > > Erik > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
