RE: XBrowser Hide And Show Problem

2001-05-16 Thread GU,JAMES (HP-Corvallis,ex1)
in netscape it is document.layers that contains all the div tags. And it it also helpful to realize that in netscape every layer itself is a DOM. You can probably find details in a not-out-of-date Javascript book. Good luck! -Original Message- From: Dinesh Chaturvedi [mailto:[EMAIL PROTE

RE: POST and GET method

2001-03-01 Thread GU,JAMES (HP-Corvallis,ex1)
There is a method in HttpServletRequest class called getMethod() that returns either post or get or   James Gu -Original Message-From: Spencer Smith [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 01, 2001 6:35 AMTo: [EMAIL PROTECTED]Subject: Re: POST and GET method

RE: can %25 be in query string parameter name?

2001-02-02 Thread GU,JAMES (HP-Corvallis,ex1)
Did you try encode/decode utility from java.net.URLEncoder? -Original Message-From: xinxin Liu [mailto:[EMAIL PROTECTED]]Sent: Friday, February 02, 2001 9:33 AMTo: [EMAIL PROTECTED]Subject: can %25 be in query string parameter name?Hi, I am really sorry for my previous Em

how to compose and handle an http PUT request

2001-02-01 Thread GU,JAMES (HP-Corvallis,ex1)
ass and in HttpServlet's doPut() method. Any ideas? -james > -Original Message- > From: GU,JAMES (HP-Corvallis,ex1) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 7:39 PM > To: '[EMAIL PROTECTED]' > Subject: how to compose and handle an h

Post without getting new page? -- RE: Handling refresh in a web based application

2001-01-25 Thread GU,JAMES (HP-Corvallis,ex1)
By saying "the request is ignored", what do you expect to be displayed in the browser? I assume you just wnat what page is displayed before the refresh. I have a related question that has been puzzling me for a while: can you just do a simple data post to the server from a web browser (form, lin

RE: how to change the window target in a JSP file?

2001-01-23 Thread GU,JAMES (HP-Corvallis,ex1)
Title: Deploying Struts on iPlanet 4.1 - any successes?   Does anyone know how to have dynamic control in a JSP file which browser window that JSP file itself should be displayed? For example, I have two browser window A and B and submit a form from one of the windows. After processing that r