Hi,
The "window.open()" is a javascript function. The first reason I could think of it not working is because you're doing it in a different browser. The best way to debug it is to have your browser report javascript errors either threw a debugger (Mozilla) or a flag (Opera), don't know how to do it with other browsers. Dror On Fri, Aug 09, 2002 at 04:04:49PM -0400, Charles Kincaid wrote: > Hello, > > We have an application that is using Tomcat 3.2.4 within IIS on a Windows 2000 >Server. > > The app uses an onclick and "window.open" to open a new window. Yesterday this >worked. Today it doesn't! > > We did a quick test with session.GetId() and it has a different session ID for the >old and the new windows. Like I said, though, yesterday (and many days before that) >it worked. > > Anyone know what is going on? Is this the correct behavior and yesterday was a bug? > What could have changed (as far as I know nothing did, but obviously something did) >to cause this change in behavior? > > Unfortunately, I'm not on-site to be able to play with this directly, but I'll >answer any questions I can if I've not given enough info (which is likely). > > Thanks, > > Chuck -- 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
