I'm not sure of your exact requirements, these sorts of request are constant, and usually stem from a wrongheaded design. Web applications give up a certain level of control, and in doing so achieve reuse by not needed to supply all of the interface design for every machine and every display type. If you want total control, write an application and use Web Start or install it yourself. Otherwise go back to the design and ask "Why do I need to control everything?"
Dror Matalon wrote: >Hi folks, > > >As part of the zapatec platform we need to be able to tell if two >requests come from the same window, or they come from different windows. >For instance a developer might be building the application in one window >and testing it in a second one, and we want to be able to tell which >windows is which. > >AFAIK A servlet has no good way to tell if two requests are done from >the same browser window or from two different windows, as long as both >windows are part of the same session. Looks to me like you need some >client side help, probably javascript, to do that. Looks to me like the >window name would be a good way to tell windows apart, but I'd be >interested in hearing how others folks handle this issue. > >I'd appreciate any hints or URLs. > >Thanks, > >Dror > > >-- >Dror Matalon >Zapatec Inc >1700 MLK Way >Berkeley, CA 94709 >http://www.zapatec.com > >___________________________________________________________________________ >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff SERVLET-INTEREST". > >Archives: http://archives.java.sun.com/archives/servlet-interest.html >Resources: http://java.sun.com/products/servlet/external-resources.html >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html