Dear all,
What is the following error message ? How to solve it??
java.sql.SQLException: Communication link failure: Bad handshake
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest:
Hi guys,
A couple of weeks ago, I started an informal survey about how you use
JSP on this list. I promised to report back with the result, but I decided
to do more than that.
I have created an interactive version of the survey and added the data
from all the responses I've received so far. You
have you tried a, A, 1 for fild input? it only accept a, A, not 1.
Franco
-Original Message-
From: Pete Freitag [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 28, 2001 4:43 PM
To: [EMAIL PROTECTED]
Subject: Re: Javascript grammer help?
It worked fine for me on IE 5.5, I just tested
It worked fine for me on IE 5.5, I just tested it with the following code:
var ch = 8;
if ((ch >= "a" && ch <= "z") || (ch >= "A" && ch <= "Z" ) || (ch >= "0" &&
ch <= "9" )) {
alert('good');
}
What web browser are you running this on? Try using single quotes instead of
double quotes.
The following sentence works fine in Javascript
if ((ch >= "a" && ch <= "z") || (ch >= "A" && ch <= "Z" ) )
but if I change to :
if ((ch >= "a" && ch <= "z") || (ch >= "A" && ch <= "Z" ) || (ch >= "0" &&
ch <= "9" ))
The (ch >= "0" && ch <= "9" ) part won't functioning.
Franco
===
Hi Dwacon, do you have the web link, so I can download one to try, thanks!
Franco
-Original Message-
From: Conyers, Dwayne [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 25, 2001 2:59 PM
To: [EMAIL PROTECTED]
Subject: Re: hide JavaScript ?
There was a tool on the MSDN site that c
hello,
i have a jsp that builds a form that is only able to pass one of the two
necessary parameters (url encoded) on to another jsp containing a
frameset. this is due to the first parameter being selected through a
pull down that's generated dynamically, and the second attribute needing
the firs