Re: Good JSP Engines

2000-12-26 Thread giri punn
I have a jsp (a_frameset.jsp) which has the following piece of code in it " name="main"> While displaying the above page (a_frameset.jsp) from a servlet, it is causing a problem since it contains another jsp encoded (existinguser.jsp). It says "Page not found" I tried it removing encoding in the

frames - url rewriting

2000-12-26 Thread giri punn
Hi, In have a problem using URL rewriting with frames. I have a jsp (a_frameset.jsp) which has the following piece of code in it " name="main"> While displaying the above page (a_frameset.jsp) from a servlet, it is causing a problem since it contains another jsp encoded (existinguser.jsp). It sa

Can JavaScript access JavaBeans?

2001-01-11 Thread giri punn
Hi, I want to access javabean from a javascript function? please let me know if this is possible? thanks, giri _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Launching applet in a seperate window

2001-01-19 Thread giri punn
All, I am trying to launch an applet from a servlet by opening a new window using Java script. Problem: If a click the URL which launches the applet, it opnes a window and launches the applet. If a minimize the window with applet and click the URL again, it gets the existing window with appl

Page Loads Slower

2000-10-03 Thread giri punn
Hi, I have a .jsp page. It has a table with 20 rows, and each row having a column - "country-city". This column is a dropdown box showing 250 country-city codes... Each dropdown box gets data from a text file which has all the country-city codes using jsp include. My question is : 1) It is taki

javascript prob. in netscape

2000-10-09 Thread giri punn
Hi all, The following code does'nt work in netscape(it works in IE) function submit_button(){ (document.forms[0].action = "a.htm"); (document.forms[0].submit); } Can you provide me a solution to make it work in NS. thanks, pgr

Re: javascript prob. in netscape

2000-10-09 Thread giri punn
PROTECTED] >Subject: Re: javascript prob. in netscape >Date: Mon, 9 Oct 2000 09:50:42 -0500 > >I'm not sure but what if you replace document by window.document ? > >-Original Message- >From: giri punn [mailto:[EMAIL PROTECTED]] >Sent: Monday, October 09, 2000 9:27 AM

problem when multiple users accessing a bean?

2000-10-11 Thread giri punn
I have a problem when more than one user is simultaniously accessing a bean. When a user clicks a "submit" button on my web page, the next page should return some data from the bean. But if more than one user is clicking "submit" at the same time, only one of them is getting the data from the bea