Re: [OT] Re: JavaScript/JSP Question

2004-11-24 Thread erh
On Wed, Nov 24, 2004 at 07:11:31AM -0500, Ben Souther wrote: > This question is not tomcat specific so I'm marking [OT]. > > I believe Javascript has the same startsWith/endsWith string > functionality that Java has. > You should be able to simulate that pretty easily. js also has full

[OT] Re: JavaScript/JSP Question

2004-11-24 Thread Ben Souther
This question is not tomcat specific so I'm marking [OT]. I believe Javascript has the same startsWith/endsWith string functionality that Java has. You should be able to simulate that pretty easily. On Tue, 2004-11-23 at 23:33, Jack Lauman wrote: > I'm using the following JavaScript to crea

Re: JavaScript/JSP Question

2004-11-24 Thread Andoni
om: "Jack Lauman" <[EMAIL PROTECTED]> Newsgroups: gmane.comp.jakarta.tomcat.user Sent: Wednesday, November 24, 2004 4:33 AM Subject: JavaScript/JSP Question > I'm using the following JavaScript to create lists of restaurants by > Location and Cuisine. > Is there a way to

JavaScript/JSP Question

2004-11-23 Thread Jack Lauman
I'm using the following JavaScript to create lists of restaurants by Location and Cuisine. Is there a way to modify the script to accept a value for the restaurant name that would be similar to a %LIKE% function in MySQL when the user hits the submit button? Thanks, Jack